Bump version.
authorSimon Josefsson <simon@josefsson.org>
Thu, 16 Apr 2009 23:25:38 +0000 (01:25 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 16 Apr 2009 23:25:38 +0000 (01:25 +0200)
NEWS
configure.ac
lib/libtasn1.h

diff --git a/NEWS b/NEWS
index 531d9fd..7ab5589 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 2.2 (unreleased)
+
 Version 2.1 (released 2009-04-17)
 - Fix compilation failure on platforms that can't generate empty archives,
   e.g., Mac OS X.  Reported by David Reiser <dbreiser@gmail.com>.
index 7d72733..4db278e 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([libtasn1], [2.1], [bug-gnutls@gnu.org])
+AC_INIT([libtasn1], [2.2], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)
@@ -28,7 +28,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, 4)
+AC_SUBST(LT_REVISION, 5)
 AC_SUBST(LT_AGE, 1)
 
 AC_PROG_CC
index 5e30e33..5726505 100644 (file)
@@ -45,7 +45,7 @@ extern "C"
 {
 #endif
 
-#define ASN1_VERSION "2.1"
+#define ASN1_VERSION "2.2"
 
   typedef int asn1_retCode;    /* type returned by libtasn1 functions */