]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.0.11-alpha -- maybe this one will actually be
authorRoger Dingledine <arma@torproject.org>
Sun, 11 Nov 2007 01:33:15 +0000 (01:33 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 11 Nov 2007 01:33:15 +0000 (01:33 +0000)
able to build packages.

svn:r12468

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

index 2a1fa291aa091efe7657581dae4277cd8f81fd88..24e43cb4e96178b68782a65bf392332c33e162db 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.10-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.0.11-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 3b905c62a00f39366059f5a22feefef35d241daf..31e5b4bed2cf08c1949c4767e8d366015138fc62 100644 (file)
@@ -5,7 +5,7 @@
 ;
 !include "MUI.nsh"
 
-!define VERSION "0.2.0.10-alpha-dev"
+!define VERSION "0.2.0.11-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 
index e52f3920eae45ebb77c5f6e7eb5fbb80d46f646b..aa7c632ce2a4697a36f83077aebad2f43287d0be 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.0.10-alpha-dev"
+#define VERSION "0.2.0.11-alpha"