summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-12-06 19:21:12 +0100
committerSimon Josefsson <simon@josefsson.org>2011-12-06 19:21:12 +0100
commit971aa4dd098adbcfd0f6e98cf0d28dea117db785 (patch)
tree1361bfc4d49230dfc1eae62964294528aea5d4a3
parent139c4a93e546bc96b9d732eb63512ef91d4f0952 (diff)
downloadlibtasn1-971aa4dd098adbcfd0f6e98cf0d28dea117db785.tar.gz
libtasn1-971aa4dd098adbcfd0f6e98cf0d28dea117db785.tar.bz2
libtasn1-971aa4dd098adbcfd0f6e98cf0d28dea117db785.zip
Bump versions.
-rw-r--r--NEWS5
-rw-r--r--configure.ac4
-rw-r--r--lib/libtasn1.h5
3 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index c80fa2b..1f992e5 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index a6eec1f..d62379e 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], [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
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 5367713..abf53f1 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -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 */