diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-09-22 15:34:04 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-09-22 15:34:04 +0200 |
commit | b5ee58215ae9568f379e376110cc5e5673dc70c5 (patch) | |
tree | 70ecb49d72e4a94cdd4c9296959176869f6901c4 /configure.ac | |
parent | 7e6235c294ad33701678afae2c9980c986134589 (diff) | |
download | gnutls-b5ee58215ae9568f379e376110cc5e5673dc70c5.tar.gz |
Bump versions.
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 ee207b18a1..47203a699b 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script. # USA AC_PREREQ(2.61) -AC_INIT([GnuTLS], [2.9.6], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.9.7], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |