diff options
author | Marcus Brinkmann <[email protected]> | 2007-01-29 20:53:59 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2007-01-29 20:53:59 +0000 |
commit | 69346c7aad4755248f426150b9ad7325c1531a76 (patch) | |
tree | e6f69e53e1a31a3b54ef7593b62b1786ef3a3026 /configure.ac | |
parent | / (diff) | |
download | gpgme-69346c7aad4755248f426150b9ad7325c1531a76.tar.gz gpgme-69346c7aad4755248f426150b9ad7325c1531a76.zip |
2007-01-29 Marcus Brinkmann <[email protected]>
* Released 1.1.3.
* configure.ac (LIBGPGME_LT_REVISION): Bump for release.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index e3b4e2e6..63be068f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac for GPGME # Copyright (C) 2000 Werner Koch (dd9jn) -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 g10 Code GmbH +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 g10 Code GmbH # # This file is part of GPGME. # @@ -37,7 +37,7 @@ min_automake_version="1.9.3" # the configure script, so that a proper revision number for all files # is available when running a "make distcheck". m4_define(my_version, [1.1.3]) -m4_define(my_iscvs, yes) +#m4_define(my_iscvs, yes) AC_INIT([gpgme], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit( [$Revision$],[Ra-z $:])]), @@ -52,7 +52,7 @@ LIBGPGME_LT_CURRENT=17 # Subtract 2 from this value if you want to make the LFS transition an # ABI break. [Note to self: Remove this comment with the next regular break.] LIBGPGME_LT_AGE=6 -LIBGPGME_LT_REVISION=1 +LIBGPGME_LT_REVISION=2 # If the API is changed in an incompatible way: increment the next counter. GPGME_CONFIG_API_VERSION=1 |