summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-03-09 09:17:01 +0100
committerSimon Josefsson <simon@josefsson.org>2007-03-09 09:17:01 +0100
commit62a19b4b6d4a4dfa5d119adbe40b16c688368d4d (patch)
tree76bd28675ee344de8c67cc935883784542a9f4be
parenta75e640ecb3f94533ad98969330ab5b21d0d12ef (diff)
downloadlibtasn1-62a19b4b6d4a4dfa5d119adbe40b16c688368d4d.tar.gz
libtasn1-62a19b4b6d4a4dfa5d119adbe40b16c688368d4d.tar.bz2
libtasn1-62a19b4b6d4a4dfa5d119adbe40b16c688368d4d.zip
Bump versions.
-rw-r--r--NEWS2
-rw-r--r--configure.in4
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bf244d7..8d0c652 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 0.3.10 (unreleased)
+
Version 0.3.9 (released 2007-03-02)
- In generated code, config.h is pulled in if HAVE_CONFIG_H.
- Development changes: changed from CVS to GIT as an experiment.
diff --git a/configure.in b/configure.in
index 74e1b8d..d87f82a 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script.
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
AC_PREREQ(2.61)
-AC_INIT([libtasn1], [0.3.9], [bug-gnutls@gnu.org])
+AC_INIT([libtasn1], [0.3.10], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.10 gnits])
@@ -29,7 +29,7 @@ AB_INIT
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 3)
-AC_SUBST(LT_REVISION, 9)
+AC_SUBST(LT_REVISION, 10)
AC_SUBST(LT_AGE, 0)
AC_PROG_CC