diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-09-04 13:09:15 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-09-04 13:09:15 +0200 |
commit | ea2c55ae19a20b80f6b7a0e53d521f32282259bd (patch) | |
tree | 60e0a7331fb5ba3e61b0b14c069a3c4a352c8069 /configure.ac | |
parent | fa2df6f44a622bc58bc6dbf7c9bfc65de2938899 (diff) | |
download | gnutls-ea2c55ae19a20b80f6b7a0e53d521f32282259bd.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 613f2c513d..99fdab2ef4 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.7], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.3.8], [bugs@gnutls.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_HOST |