Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Thu, 31 May 2012 14:59:41 +0000 (16:59 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 31 May 2012 14:59:56 +0000 (16:59 +0200)
configure.ac
lib/libtasn1.h

index b0d541b..a7912d9 100644 (file)
@@ -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.12],[help-libtasn1@gnu.org])
+AC_INIT([GNU Libtasn1],[2.13],[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, 15)
+AC_SUBST(LT_REVISION, 16)
 AC_SUBST(LT_AGE, 1)
 
 AC_PROG_CC
index ceb220c..063b1d6 100644 (file)
@@ -44,7 +44,7 @@ extern "C"
 {
 #endif
 
-#define ASN1_VERSION "2.12"
+#define ASN1_VERSION "2.13"
 
   typedef int asn1_retCode;    /* type returned by libtasn1 functions */