diff options
author | Werner Koch <[email protected]> | 2019-11-04 08:15:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-11-04 08:15:43 +0000 |
commit | 067b1a73d98615ea9de562447c2ec699a0536270 (patch) | |
tree | 60f37c2d4a88b2fb7bbb7b97a1f725fb71b9e72f | |
parent | qt: Allow adding empty remarks (diff) | |
download | gpgme-067b1a73d98615ea9de562447c2ec699a0536270.tar.gz gpgme-067b1a73d98615ea9de562447c2ec699a0536270.zip |
doc: Note the need for a base tag.
--
-rw-r--r-- | configure.ac | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index c71e28b3..6b9a87b0 100644 --- a/configure.ac +++ b/configure.ac @@ -23,9 +23,11 @@ AC_PREREQ(2.59) min_automake_version="1.14" # To build a release you need to create a tag with the version number -# (git tag -s gpgme-n.m.k) and run "./autogen.sh --force". Please -# bump the version number immediately after the release and do another -# commit and push so that the git magic is able to work. See below +# "gpgme-n.m.k" and run "./autogen.sh --force". Please bump the +# version number immediately after the release and do another commit +# and push so that the git magic is able to work. If you start a new +# series by bumping the minor (m) remember to also create a tag named +# "gpgme-n.m-base" as the start point for beta numbering. See below # for the LT versions. m4_define([mym4_package],[gpgme]) m4_define([mym4_major], [1]) |