diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-05-31 18:50:43 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-05-31 18:50:43 +0200 |
commit | d04da8d99388e56603e7a65208577115e740e021 (patch) | |
tree | a44531b47e644875858702260ff35afd96e88271 /configure.ac | |
parent | 1d0abeb68583c67f9a215060540c8f8d0120b3a4 (diff) | |
download | libtasn1-d04da8d99388e56603e7a65208577115e740e021.tar.gz libtasn1-d04da8d99388e56603e7a65208577115e740e021.tar.bz2 libtasn1-d04da8d99388e56603e7a65208577115e740e021.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 a7912d9..3e5ddd0 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,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.13],[help-libtasn1@gnu.org]) +AC_INIT([GNU Libtasn1],[2.14],[help-libtasn1@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) @@ -29,7 +29,7 @@ AM_SILENT_RULES([yes]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 4) -AC_SUBST(LT_REVISION, 16) +AC_SUBST(LT_REVISION, 17) AC_SUBST(LT_AGE, 1) AC_PROG_CC |