]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.2.1-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Fri, 28 Aug 2009 02:27:31 +0000 (22:27 -0400)
committerRoger Dingledine <arma@torproject.org>
Fri, 28 Aug 2009 02:27:31 +0000 (22:27 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 41d8b2d0e41852cb38053703051bd57f7b2456f7..6731f0559fddc7b1a71ec47a0f0d6da7d5bfebb4 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.1-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.2.1-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 9dcbc6bac5e8e9312411c53d66f785563a9d0fa9..0fceb051564abc769d31b2dec5f1583aece1e7c8 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.2.1-alpha"
+!define VERSION "0.2.2.1-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index aced487827ceae945eba11de773dddc420a1a226..205aafc3bc4109344c2f2a65cbef4661eaea3031 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.1-alpha"
+#define VERSION "0.2.2.1-alpha-dev"