diff options
author | Werner Koch <wk@gnupg.org> | 2023-05-10 10:23:59 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2023-05-10 10:23:59 +0200 |
commit | 1e41878bf283ca5cb6bcc3ad41d7b7331802a481 (patch) | |
tree | b132b446eb2ff4e1ae36a19cbc96f18a65e1b873 /configure.ac | |
parent | gpg: New option --debug-ignore-expiration to help with testing. (diff) | |
download | gnupg2-5e0757bc7369d0df76aaf743e9e2b5f1db8b18c2.tar.xz gnupg2-5e0757bc7369d0df76aaf743e9e2b5f1db8b18c2.zip |
Prepare new development cyclegnupg-2.6-basegnupg-2.5-base
--
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 24448c157..39cf5cbe0 100644 --- a/configure.ac +++ b/configure.ac @@ -28,8 +28,8 @@ min_automake_version="1.16.3" # another commit and push so that the git magic is able to work. m4_define([mym4_package],[gnupg]) m4_define([mym4_major], [2]) -m4_define([mym4_minor], [4]) -m4_define([mym4_micro], [2]) +m4_define([mym4_minor], [5]) +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 @@ -53,7 +53,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # When changing the SWDB tag please also adjust the hard coded tags in # build-aux/speedo.mk, build-aux/getswdb.sh, and Makefile.am # As well as the source info for the man pages. -AC_DEFINE_UNQUOTED(GNUPG_SWDB_TAG, "gnupg24", [swdb tag for this branch]) +AC_DEFINE_UNQUOTED(GNUPG_SWDB_TAG, "gnupg26", [swdb tag for this branch]) NEED_GPGRT_VERSION=1.46 |