summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-04-17 01:25:38 +0200
committerSimon Josefsson <simon@josefsson.org>2009-04-17 01:25:38 +0200
commit3deff8aa896a95a8f88699076a873942c78c7bee (patch)
tree060355abf46eb8086d1c99efa1f37f8ff21e02f8
parent1c9086597bbe2ece05d2396c579b0eaddd51d060 (diff)
downloadlibtasn1-3deff8aa896a95a8f88699076a873942c78c7bee.tar.gz
libtasn1-3deff8aa896a95a8f88699076a873942c78c7bee.tar.bz2
libtasn1-3deff8aa896a95a8f88699076a873942c78c7bee.zip
Bump version.
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
-rw-r--r--lib/libtasn1.h2
3 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 531d9fd..7ab5589 100644
--- a/NEWS
+++ b/NEWS
@@ -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 */