diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-02-10 11:24:14 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-02-10 11:28:02 +0100 |
commit | a67776377c7da843087c2700deff91e97fa390db (patch) | |
tree | 776c74455a3bbbc3b568eec5a7eb3df4fdb70b5e /configure.ac | |
parent | 641464893136a40be8ac3615cd978a0b949d770a (diff) | |
download | gnutls-a67776377c7da843087c2700deff91e97fa390db.tar.gz |
updates for 3.1.8
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 10474427f5..23b1d50791 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.1.7], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.1.8], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |