bumped version
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 29 Nov 2012 18:00:24 +0000 (19:00 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 29 Nov 2012 18:44:50 +0000 (19:44 +0100)
configure.ac
lib/libtasn1.h

index a3d089b..a49dccd 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],[3.1],[help-libtasn1@gnu.org])
+AC_INIT([GNU Libtasn1],[3.2],[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, 7)
-AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_REVISION, 1)
 AC_SUBST(LT_AGE, 1)
 
 AC_PROG_CC
index 06474f3..c296198 100644 (file)
@@ -44,7 +44,7 @@ extern "C"
 {
 #endif
 
-#define ASN1_VERSION "3.1"
+#define ASN1_VERSION "3.2"
 
   /*****************************************/
   /* Errors returned by libtasn1 functions */