]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ok, all set to destabilize it again
authorRoger Dingledine <arma@torproject.org>
Tue, 6 Jan 2009 20:38:05 +0000 (20:38 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 6 Jan 2009 20:38:05 +0000 (20:38 +0000)
svn:r17980

ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 27446dc028189e160f0b744dc7d0206b74a1632e..7681dd8d6924818189772f2bce6606d4dbe2f823 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Changes in version 0.2.1.11-alpha - 2009-01-??
+
+
 Changes in version 0.2.1.10-alpha - 2009-01-06
   o Major bugfixes:
     - If the cached networkstatus consensus is more than five days old,
index b40b72e6ca60f43f953019189d8510cd9ed7cf10..aa59e776a51eaad2cea3449b3bbfc55dbabf1479 100644 (file)
@@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.1.10-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.1.10-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index e8300084425f2369190485d5b8aa7ef8874fa82d..4f5e15cf91020129bea10a3d051c70d4629bc492 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.10-alpha"
+!define VERSION "0.2.1.10-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 3619048834d2fa460a3de94800fa6bbd4b5a0175..27bc4c67a1604ea0a070dbf7e884b5402da61276 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.10-alpha"
+#define VERSION "0.2.1.10-alpha-dev"