]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.3.11-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Mon, 23 Jan 2012 07:34:01 +0000 (02:34 -0500)
committerRoger Dingledine <arma@torproject.org>
Mon, 23 Jan 2012 07:34:01 +0000 (02:34 -0500)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 2dbe411b143902b2b0640f4bbc772a6f87803eed..e4bb12d74c5f326ff405467ea5a9945a55f11a28 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.3.11-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.3.11-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 93d7680e5bf1709aec1420175c6f0311239da453..e54863981c1ed4df8669c16bd69f37d052f007dd 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.11-alpha"
+!define VERSION "0.2.3.11-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 15f2163682b780a0a475100310012c2f9f010bff..9891c8e4c8a1718fa080ccd8ec34dee3ddb9c813 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.11-alpha"
+#define VERSION "0.2.3.11-alpha-dev"