diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-28 10:47:44 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-28 10:47:44 +0200 |
commit | 960be6c3cdd486fccc2818796b1a83fc8a65d581 (patch) | |
tree | 60b4370b8e2bbbc7c0095fe4251031d19b80aee4 | |
parent | 745bee8b6608fa0b49b5a15adf6ec5179d40154e (diff) | |
download | libtasn1-960be6c3cdd486fccc2818796b1a83fc8a65d581.tar.gz libtasn1-960be6c3cdd486fccc2818796b1a83fc8a65d581.tar.bz2 libtasn1-960be6c3cdd486fccc2818796b1a83fc8a65d581.zip |
Bump versions.
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +Version 2.3 (unreleased) +- Fixed warning in ASN.y. + Version 2.2 (released 2009-05-20) - Change how the ASN1_API decorator is used in libtasn1.h, for GTK-DOC. - Changed license of libtasn1.pc from GPLv3+ to LGPLv2.1+. diff --git a/configure.ac b/configure.ac index 7befa74..23721de 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.2], [bug-gnutls@gnu.org]) +AC_INIT([libtasn1], [2.3], [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, 5) +AC_SUBST(LT_REVISION, 6) AC_SUBST(LT_AGE, 1) AC_PROG_CC |