summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2008-10-25 14:08:00 +0200
committerNiels Möller <nisse@lysator.liu.se>2008-10-25 14:08:00 +0200
commit3880cae6f396a11f29eee8a6cc912ac269a31371 (patch)
tree1ca0e009154c749f0535124002e206953662d8c6 /configure.ac
parent09aae68e319f16d44f6438ba05c3107de9f4cc7e (diff)
downloadnettle-3880cae6f396a11f29eee8a6cc912ac269a31371.tar.gz
Set version to 2.0rc1.
Rev: nettle/configure.ac:1.9
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 99ad9f96..6d503b93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl -*- mode: shell-script; sh-indentation: 2; -*-
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([nettle], [1.16], [nettle-bugs@lists.lysator.liu.se])
+AC_INIT([nettle], [2.0rc1], [nettle-bugs@lists.lysator.liu.se])
AC_PREREQ(2.61)
AC_CONFIG_SRCDIR([arcfour.c])
# Needed to stop autoconf from looking for files in parent directories.