aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2023-06-16 07:44:55 +0000
committerWerner Koch <[email protected]>2023-06-16 07:44:55 +0000
commit413b294f0081b30f029a1aa11a689b1fe37b84f8 (patch)
treef3927aaefaa3148d5feb973a868d789b966d34c5
parentFlush data before clearing the confidential flag. (diff)
downloadlibassuan-413b294f0081b30f029a1aa11a689b1fe37b84f8.tar.gz
libassuan-413b294f0081b30f029a1aa11a689b1fe37b84f8.zip
Next release will be 3.0
-- We will branch a stable version at 2.5.5
-rw-r--r--NEWS2
-rw-r--r--configure.ac6
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index bbc6ab8..b411f66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 2.5.6 (unreleased) [C8/A8/R_]
+Noteworthy changes in version 3.0.0 (unreleased) [C_/A_/R_]
------------------------------------------------
* Use of ASSUAN_SYSTEM_NPTH is deprecated. Instead, when you use
diff --git a/configure.ac b/configure.ac
index a46e933..39cc1df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,9 +31,9 @@ min_automake_version="1.14"
# commit and push so that the git magic is able to work. See below
# for the LT versions.
m4_define([mym4_package],[libassuan])
-m4_define([mym4_major], [2])
-m4_define([mym4_minor], [5])
-m4_define([mym4_micro], [6])
+m4_define([mym4_major], [3])
+m4_define([mym4_minor], [0])
+m4_define([mym4_micro], [0])
# To start a new development series, i.e a new major or minor number
# you need to mark an arbitrary commit before the first beta release