]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.3.12-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Mon, 13 Feb 2012 15:53:49 +0000 (10:53 -0500)
committerRoger Dingledine <arma@torproject.org>
Mon, 13 Feb 2012 15:53:49 +0000 (10:53 -0500)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index e6d8a8b571be3ae9f127fe0a93d37b7be5a21b27..b39d156d4bccd04e168ee1c058b37258fdc791b8 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.12-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.3.12-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index e154e30c59b02856d0d54971c5dad9cb0667c475..73e79f0dde27ae8b1b834b3e568492bc36859d15 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.12-alpha"
+!define VERSION "0.2.3.12-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index f4f763d1250b5839d817f8bd50f66851246c1425..52883cca15e2eb89237e7d89490dcd8d7191c9a2 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.12-alpha"
+#define VERSION "0.2.3.12-alpha-dev"