]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.2.12-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Tue, 20 Apr 2010 21:56:28 +0000 (17:56 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 20 Apr 2010 21:56:28 +0000 (17:56 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 56e8bb3ee8e03b220e1805c3841c8ddcb200a48e..6e1fbe25b71eb87fa5c525eb153986844fb04a64 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.2.12-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.2.12-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 00703ccb4e295227163cf687f6343d695e742a55..54837d5311838daf94754729188907dfd8fc84c4 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.2.12-alpha"
+!define VERSION "0.2.2.12-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index c1593ac6f04bf4a7084579cb10644b6a3b767012..201f4f59319ecac6d58f45716135c2a15608cc1a 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.12-alpha"
+#define VERSION "0.2.2.12-alpha-dev"