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

index 5cd312ce270ef762bea23c638df6239c68d74f1c..e2dc0f12fbef183858cc7fa99fe4c3c963673c13 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.14-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.3.14-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 3773f9345c150278322816dff5c54aaf015f9264..424a1beb23edf5be75a8d450a60d9373a7c972d7 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.14-alpha"
+!define VERSION "0.2.3.14-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 6084f1d1b6b70380b122e3d143f0429962ce3ec9..b3e579ed27726b97d6495633cb512b2ea2711f18 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.14-alpha"
+#define VERSION "0.2.3.14-alpha-dev"