summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-03-27 17:32:04 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-03-27 17:32:04 +0100
commit7c2b621378f8135352d6587cd572958fe4642d11 (patch)
tree7337af347490f6c971c934e383930d34f8c6cf3d
parentc56488eb0020092b9498322d2c0ad6a86991ba31 (diff)
downloadgnutls_3_3_0pre0.tar.gz
released 3.3.0pre0gnutls_3_3_0pre0
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 52b0f2a423..804da6dd44 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2014 Free Software Foundation, Inc.
Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.3.0 (unreleased)
+* Version 3.3.0 (pre-release 2014-03-27)
** libgnutls: The initialization of the library was moved to a
constructor. That is, gnutls_global_init() is no longer required
diff --git a/configure.ac b/configure.ac
index e3bb3c900f..95cfd81df6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.3.0], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.0pre0], [bugs@gnutls.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST