Bump version.
authorSimon Josefsson <simon@josefsson.org>
Sun, 24 Mar 2013 10:52:44 +0000 (11:52 +0100)
committerSimon Josefsson <simon@josefsson.org>
Sun, 24 Mar 2013 10:52:44 +0000 (11:52 +0100)
NEWS
configure.ac
lib/libtasn1.h

diff --git a/NEWS b/NEWS
index 11b014b..f7fc31a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 GNU Libtasn1 NEWS                                     -*- outline -*-
 
+* Noteworthy changes in release 3.4 (unreleased) [stable]
+
 * Noteworthy changes in release 3.3 (released 2013-03-23) [stable]
 - More precise overflow checks using gnulib's intprops module.
 - Updates to compile in Android systems.
index f3cf552..f190290 100644 (file)
@@ -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([GNU Libtasn1],[3.3],[help-libtasn1@gnu.org])
+AC_INIT([GNU Libtasn1],[3.4],[help-libtasn1@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)
index 814b310..a2da884 100644 (file)
@@ -44,7 +44,7 @@ extern "C"
 {
 #endif
 
-#define ASN1_VERSION "3.3"
+#define ASN1_VERSION "3.4"
 
   /*****************************************/
   /* Errors returned by libtasn1 functions */