]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump repository version to tor-0.1.0.0-alpha-cvs. (First prerelease will be 0.1.0...
authorNick Mathewson <nickm@torproject.org>
Fri, 17 Dec 2004 21:17:44 +0000 (21:17 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 17 Dec 2004 21:17:44 +0000 (21:17 +0000)
svn:r3168

configure.in
contrib/tor.nsi
src/win32/orconfig.h

index e1c051c2a578e9d2ec3443d3296ad5c5596072b4..19ed847f862c661ef391a98b6c6864bd4481a8a5 100644 (file)
@@ -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
index 1876c3f0d8ebb68ecb03ba1b298526a99a139cd1..d872ab67856012bde6231465cfe1bc41ca70061f 100644 (file)
@@ -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/"
 
index d7c6fe9823de7f9273168813d69db1d16369086c..c665eae7a0f480b9409e56f0a79972b18634ce33 100644 (file)
 #define UNALIGNED_INT_ACCESS_OK
 
 /* Version number of package */
-#define VERSION "0.0.9.1"
+#define VERSION "0.1.0.0-alpha-cvs"