diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-05-06 21:06:51 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-05-06 21:08:13 +0200 |
commit | 6052fd9e4152b5335c33eb4badfdb90ef66150f4 (patch) | |
tree | ba0ff468ec0d55c0a9871069baa2db964d2ebc1e /configure.ac | |
parent | fdcaeda7231369af8b97a884ec301506d50855ea (diff) | |
download | gnutls-6052fd9e4152b5335c33eb4badfdb90ef66150f4.tar.gz |
bumped version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index be02cd65a7..30e5ff2368 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.1], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.3.2], [bugs@gnutls.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_HOST |