]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.1.12-alpha
authorRoger Dingledine <arma@torproject.org>
Mon, 9 Feb 2009 03:28:59 +0000 (03:28 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 9 Feb 2009 03:28:59 +0000 (03:28 +0000)
svn:r18429

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

index c661b377bb18d83f7ae241ecb9bd1d1935643b29..b01a0e887fa508304c1d048b024c1e76adbe10fb 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.11-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.1.12-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index a850d55cba1787b43d8970b80cb969c836fda604..bc7403ab16a713eb4b87876ee3e2a81f59e957cd 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.11-alpha-dev"
+!define VERSION "0.2.1.12-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index eb50e42228a5e23810f1dfedfb72387468470ae5..8ff5f6625c72444c43ac760e1fdc60e3f57c68ff 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.11-alpha-dev"
+#define VERSION "0.2.1.12-alpha"