diff --git a/configure.ac b/configure.ac index 6d503b93ce7bfa94304a19389f1e9b66b529e09e..5efdd8fbd99f7963a3c514b1b56b1a61ae586061 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], [2.0rc1], [nettle-bugs@lists.lysator.liu.se]) +AC_INIT([nettle], [2.0], [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.