summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-04-20 09:00:31 +0200
committerSimon Josefsson <simon@josefsson.org>2010-04-20 09:00:31 +0200
commit0fad6f05775d24aeded79e91a87b76ecd6383043 (patch)
treefd43bd3dd42aa4ec4d67e1ddb49d9e40abbc12aa /configure.ac
parent9fa55f6e72ed542e3a801ea1335cde59a6c64ecb (diff)
downloadlibtasn1-0fad6f05775d24aeded79e91a87b76ecd6383043.tar.gz
libtasn1-0fad6f05775d24aeded79e91a87b76ecd6383043.tar.bz2
libtasn1-0fad6f05775d24aeded79e91a87b76ecd6383043.zip
Bump version.
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 6ee9007..ab031f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.61)
-AC_INIT([GNU Libtasn1], [2.6], [bug-gnutls@gnu.org])
+AC_INIT([GNU Libtasn1], [2.7], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)