]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump master version to 0.2.2.0-alpha-dev.
authorNick Mathewson <nickm@torproject.org>
Wed, 29 Apr 2009 18:18:32 +0000 (14:18 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 29 Apr 2009 18:18:32 +0000 (14:18 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index d802d1fba3524692ac2c566bf6fc14d3cbbe71b6..a7ea5e1bbcc5ab36e16e466ae397a0f314963715 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.14-rc)
+AM_INIT_AUTOMAKE(tor, 0.2.2.0-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index bb1ee74da70f40ebd3aeae1500dd28492540cbb5..b8c4bec5d1cdd826661c5d5780440f215da58e59 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.14-rc"
+!define VERSION "0.2.2.0-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index dca86631aa3d9866f638b7a3b2f20f4590f83f1d..08e601456b460eec01003e049d4f5c355477e6a0 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.14-rc"
+#define VERSION "0.2.2.0-alpha-dev"