]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.2.1-alpha
authorRoger Dingledine <arma@torproject.org>
Wed, 26 Aug 2009 19:01:43 +0000 (15:01 -0400)
committerRoger Dingledine <arma@torproject.org>
Wed, 26 Aug 2009 19:01:43 +0000 (15:01 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

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