summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-28 14:27:11 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-28 14:35:40 +0100
commit58afc050dac52b2d2c56869a2f139729f666b740 (patch)
treefa8f588055deea548192b7b30c15f185ea4d8f26
parent2f1c471fbcdbcedf69f914a5a3726107c156b17d (diff)
downloadlibtasn1-58afc050dac52b2d2c56869a2f139729f666b740.tar.gz
libtasn1-58afc050dac52b2d2c56869a2f139729f666b740.tar.bz2
libtasn1-58afc050dac52b2d2c56869a2f139729f666b740.zip
bumped version
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d5c9297..7ab3347 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU Libtasn1 NEWS -*- outline -*-
-* Noteworthy changes in release 3.0 (unreleased) [stable]
+* Noteworthy changes in release 3.0 (2012-10-28) [stable]
- Added tool in tests/ to benchmark X.509 structure decoding.
- Added asn1_read_node_value() to obtain a node's value.
- Optimizations in internal tree allocation.
diff --git a/configure.ac b/configure.ac
index 5a691e6..c10e368 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,9 +28,9 @@ AM_SILENT_RULES([yes])
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
-AC_SUBST(LT_CURRENT, 5)
+AC_SUBST(LT_CURRENT, 6)
AC_SUBST(LT_REVISION, 0)
-AC_SUBST(LT_AGE, 2)
+AC_SUBST(LT_AGE, 3)
AC_PROG_CC
gl_EARLY