summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-28 10:47:44 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-28 10:47:44 +0200
commit960be6c3cdd486fccc2818796b1a83fc8a65d581 (patch)
tree60b4370b8e2bbbc7c0095fe4251031d19b80aee4
parent745bee8b6608fa0b49b5a15adf6ec5179d40154e (diff)
downloadlibtasn1-960be6c3cdd486fccc2818796b1a83fc8a65d581.tar.gz
libtasn1-960be6c3cdd486fccc2818796b1a83fc8a65d581.tar.bz2
libtasn1-960be6c3cdd486fccc2818796b1a83fc8a65d581.zip
Bump versions.
-rw-r--r--NEWS3
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 83aa950..ecb9fac 100644
--- a/NEWS
+++ b/NEWS
@@ -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