]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.3.15-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Mon, 30 Apr 2012 20:43:08 +0000 (16:43 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 30 Apr 2012 20:43:08 +0000 (16:43 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index f45c5cdc4b74343341523cae6968601f23ea2cee..f4e0fea7042cf1f89297240fb9fb8f4497041290 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.15-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.3.15-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index c00dee0f8c47070a09f027535c4e6e0f4a460617..2fb0b187c38fe1b340351c3761bb3ed98aef64b5 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.15-alpha"
+!define VERSION "0.2.3.15-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 0cea89f6a724c18a936b67e83d35b79aed50dc92..f6bbf8bc4e8255efad426d1703b7c8fbd2e5bd2e 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.15-alpha"
+#define VERSION "0.2.3.15-alpha-dev"