diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-09-03 11:41:20 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-09-03 11:41:20 +0200 |
commit | f6c5232a36987cbc40b70fd39659c3d7bba84708 (patch) | |
tree | 944c0184c8a8f5057498aa38db2d18ca0b8c543d /configure.in | |
parent | 063e9696fb0385eb36853a58e6f432676af114e4 (diff) | |
download | gnutls-f6c5232a36987cbc40b70fd39659c3d7bba84708.tar.gz |
Use three-digit versions.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 34970f0203..f6a7c3435c 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script. # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. AC_PREREQ(2.61) -AC_INIT([GnuTLS], [2.0], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.0.0], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_TARGET |