From: Nick Mathewson Date: Fri, 17 Dec 2004 21:17:44 +0000 (+0000) Subject: Bump repository version to tor-0.1.0.0-alpha-cvs. (First prerelease will be 0.1.0... X-Git-Tag: debian-version-0.0.9.2-1~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=323b3a8dbc265ae1c0c8082966e465da36485eb6;p=thirdparty%2Ftor.git Bump repository version to tor-0.1.0.0-alpha-cvs. (First prerelease will be 0.1.0.1-alpha svn:r3168 --- diff --git a/configure.in b/configure.in index e1c051c2a5..19ed847f86 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.9.1) +AM_INIT_AUTOMAKE(tor, 0.1.0.0-alpha-cvs) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor.nsi b/contrib/tor.nsi index 1876c3f0d8..d872ab6785 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.0.9.1" +!define VERSION "0.1.0.0-alpha-cvs" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://freehaven.net/tor/" diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index d7c6fe9823..c665eae7a0 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -199,4 +199,4 @@ #define UNALIGNED_INT_ACCESS_OK /* Version number of package */ -#define VERSION "0.0.9.1" +#define VERSION "0.1.0.0-alpha-cvs"