diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-10-11 21:52:19 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-10-12 20:14:00 +0200 |
commit | f7013222c2d4e42ea0cc5c8ee27d86e9123a13d8 (patch) | |
tree | bcb4dd30bc98b66e00b421e6a7589cc529be8715 /configure.ac | |
parent | 8de315cc80ef804c7f3b43d6543b65192c5a100c (diff) | |
download | gnutls-f7013222c2d4e42ea0cc5c8ee27d86e9123a13d8.tar.gz |
bumped 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 50e6597fc3..943617a40c 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.0.3], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.0.4], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |