Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Mon, 10 Dec 2007 16:02:04 +0000 (17:02 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 10 Dec 2007 16:02:04 +0000 (17:02 +0100)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 3367267..e0660de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Version 1.2 (unreleased)
+- Update gnulib files.
+
 Version 1.1 (released 2007-08-31)
 - Fix bug that made asn1_check_version believe that 1.0 is older than 0.3.10.
 
index bf62e08..a3bbf6f 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],[1.1],[bug-gnutls@gnu.org])
+AC_INIT([libtasn1],[1.2],[bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([1.10])
@@ -28,7 +28,7 @@ AB_INIT
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
 AC_SUBST(LT_CURRENT, 3)
-AC_SUBST(LT_REVISION, 12)
+AC_SUBST(LT_REVISION, 13)
 AC_SUBST(LT_AGE, 0)
 
 AC_PROG_CC