summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-29 19:00:24 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-29 19:44:50 +0100
commitbda1eb5ad6fd0a8ad593abc772e3e447fd75309f (patch)
tree95d08c0ddb919d5f7ac71be68ee8408f0a196fdb
parent6ac65bdf6fb21eea71fba8447c6ed62593432f84 (diff)
downloadlibtasn1-bda1eb5ad6fd0a8ad593abc772e3e447fd75309f.tar.gz
bumped version
-rw-r--r--configure.ac4
-rw-r--r--lib/libtasn1.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a3d089b..a49dccd 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],[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
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 06474f3..c296198 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -44,7 +44,7 @@ extern "C"
{
#endif
-#define ASN1_VERSION "3.1"
+#define ASN1_VERSION "3.2"
/*****************************************/
/* Errors returned by libtasn1 functions */