diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-09-25 13:21:05 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-09-25 13:21:05 +0200 |
commit | 0cdb59f32f20e3a92ddf8f5f464eaac7758e4d2c (patch) | |
tree | 15e6f3227b2c43259018e4d5a8770123db5b86f1 /configure.ac | |
parent | 38df7f5a0c8ecdd9019987587dd3aa5513564591 (diff) | |
download | libtasn1-0cdb59f32f20e3a92ddf8f5f464eaac7758e4d2c.tar.gz libtasn1-0cdb59f32f20e3a92ddf8f5f464eaac7758e4d2c.tar.bz2 libtasn1-0cdb59f32f20e3a92ddf8f5f464eaac7758e4d2c.zip |
Bump versions.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 22367a8..28859f4 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script. # along with this program. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.61) -AC_INIT([GNU Libtasn1], [2.8], [bug-gnutls@gnu.org]) +AC_INIT([GNU Libtasn1], [2.9], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) @@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([1.10 -Wall -Werror -Wno-override]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 4) -AC_SUBST(LT_REVISION, 10) +AC_SUBST(LT_REVISION, 11) AC_SUBST(LT_AGE, 1) AC_PROG_CC |