diff options
author | Werner Koch <wk@gnupg.org> | 2013-03-18 15:46:05 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2013-03-18 15:46:05 +0100 |
commit | 494bb0207c0415750eaf6869f6344732a89882b3 (patch) | |
tree | b77f98c59f7e279d51a36150352ec79c51f9426e | |
parent | 7551928ada936de94b1bdda8caa584c184056ef5 (diff) | |
download | libgcrypt-494bb0207c0415750eaf6869f6344732a89882b3.tar.gz |
Update LT version for the next release.
* configure.ac: Set LT version to C19/A8/R0.
--
(This LT version change has been coordinated with master.)
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 83ba4860..11c93e1c 100644 --- a/configure.ac +++ b/configure.ac @@ -55,8 +55,9 @@ AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org]) # (No interfaces changed: REVISION++) # NOTE: This is a stable branch, thus you may only bump up REVISION # unless you coordinate with the development branch. -LIBGCRYPT_LT_CURRENT=18 -LIBGCRYPT_LT_AGE=7 +# +LIBGCRYPT_LT_CURRENT=19 +LIBGCRYPT_LT_AGE=8 LIBGCRYPT_LT_REVISION=0 |