diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-04-17 01:25:38 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-04-17 01:25:38 +0200 |
commit | 3deff8aa896a95a8f88699076a873942c78c7bee (patch) | |
tree | 060355abf46eb8086d1c99efa1f37f8ff21e02f8 | |
parent | 1c9086597bbe2ece05d2396c579b0eaddd51d060 (diff) | |
download | libtasn1-3deff8aa896a95a8f88699076a873942c78c7bee.tar.gz libtasn1-3deff8aa896a95a8f88699076a873942c78c7bee.tar.bz2 libtasn1-3deff8aa896a95a8f88699076a873942c78c7bee.zip |
Bump version.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | lib/libtasn1.h | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -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>. diff --git a/configure.ac b/configure.ac index 7d72733..4db278e 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([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 diff --git a/lib/libtasn1.h b/lib/libtasn1.h index 5e30e33..5726505 100644 --- a/lib/libtasn1.h +++ b/lib/libtasn1.h @@ -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 */ |