diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-01-26 19:31:58 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-01-26 19:31:58 +0100 |
commit | 1880ff09a8853cd50428cddea2d77930695cd0e2 (patch) | |
tree | 766d86d4fa268f673f19299ecc49ae8ed8b9f7c6 /configure.ac | |
parent | 08c5b846ec38cdd538bc10e139af80f079ba6e9c (diff) | |
download | gnutls-1880ff09a8853cd50428cddea2d77930695cd0e2.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 7652999a77..a81d85fd4d 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.2.9], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.2.10], [bugs@gnutls.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_HOST |