summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2013-03-24 11:52:44 +0100
committerSimon Josefsson <simon@josefsson.org>2013-03-24 11:52:44 +0100
commit103fb814ff35622b2fd94573646711b34a776bb8 (patch)
treebf3ab3224342a0234056e4aac1528413f54435b3
parent158d724f503274b19152dc73ff518c14525f3600 (diff)
downloadlibtasn1-103fb814ff35622b2fd94573646711b34a776bb8.tar.gz
libtasn1-103fb814ff35622b2fd94573646711b34a776bb8.tar.bz2
libtasn1-103fb814ff35622b2fd94573646711b34a776bb8.zip
Bump version.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--lib/libtasn1.h2
3 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 11b014b..f7fc31a 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index f3cf552..f190290 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([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)
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 814b310..a2da884 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -44,7 +44,7 @@ extern "C"
{
#endif
-#define ASN1_VERSION "3.3"
+#define ASN1_VERSION "3.4"
/*****************************************/
/* Errors returned by libtasn1 functions */