From 971aa4dd098adbcfd0f6e98cf0d28dea117db785 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 6 Dec 2011 19:21:12 +0100 Subject: [PATCH] Bump versions. --- NEWS | 5 +++-- configure.ac | 4 ++-- lib/libtasn1.h | 5 ++--- 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 . 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 */ -- 2.7.4