Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Tue, 6 Dec 2011 18:21:12 +0000 (19:21 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 6 Dec 2011 18:21:12 +0000 (19:21 +0100)
NEWS
configure.ac
lib/libtasn1.h

diff --git a/NEWS b/NEWS
index c80fa2b..1f992e5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 GNU Libtasn1 NEWS                                     -*- outline -*-
 
+* Noteworthy changes in release 2.12 (????-??-??) [?]
+
 * Noteworthy changes in release 2.11 (2011-11-25) [stable]
 - qa: Now builds without compiler warnings with Solaris CC.
 - qa: Added clang analysis.  Fixed cyclomatic complexity output.
@@ -346,8 +348,7 @@ GNU Libtasn1 NEWS                                     -*- outline -*-
 - Initial release
 
 ----------------------------------------------------------------------
-Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2002-2011 Free Software Foundation, Inc.
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.
index a6eec1f..d62379e 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.11], [help-libtasn1@gnu.org])
+AC_INIT([GNU Libtasn1], [2.12], [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, 13)
+AC_SUBST(LT_REVISION, 14)
 AC_SUBST(LT_AGE, 1)
 
 AC_PROG_CC
index 5367713..abf53f1 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 2002-2011 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
@@ -45,7 +44,7 @@ extern "C"
 {
 #endif
 
-#define ASN1_VERSION "2.11"
+#define ASN1_VERSION "2.12"
 
   typedef int asn1_retCode;    /* type returned by libtasn1 functions */