summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-05 04:17:53 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-05 04:17:53 +0200
commit38890b203ad80a84f40fb13d975b207144ee5327 (patch)
treeae0b5ba7048edfb567814cbe4516088194fdf268 /configure.ac
parent8c7728fe406317b0abfd007c0fa9dc80404d07fe (diff)
downloadgnutls-38890b203ad80a84f40fb13d975b207144ee5327.tar.gz
corrected .so version number.gnutls_2_12_6_1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 310bcf3e55..d8a0924516 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.12.6], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.12.6.1], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])