From: Michael Rash Date: Tue, 10 Jul 2012 02:58:35 +0000 (-0400) Subject: bumped version to 2.0.1-pre2 X-Git-Tag: fwknop-2.0.1-pre2^0 X-Git-Url: http://www.cipherdyne.com/cgi-bin/gitweb.cgi?p=fwknop.git;a=commitdiff_plain;h=86fde0d60378c1b4d9ef1aa5895b98ba769ccfc7 bumped version to 2.0.1-pre2 --- diff --git a/VERSION b/VERSION index d08106b..049ca00 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -fwknop-2.0.1-pre1 +fwknop-2.0.1-pre2 diff --git a/configure.ac b/configure.ac index ddcc478..79f8613 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_PREREQ(2.62) dnl Define our name, version and email. m4_define(my_package, [fwknop]) -m4_define(my_version, [2.0.1-pre1]) +m4_define(my_version, [2.0.1-pre2]) m4_define(my_bug_email, [dstuart@dstuart.org]) AC_INIT(my_package, my_version, my_bug_email)