]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.3.9-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Thu, 8 Dec 2011 21:25:36 +0000 (16:25 -0500)
committerRoger Dingledine <arma@torproject.org>
Thu, 8 Dec 2011 21:25:36 +0000 (16:25 -0500)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 598998e9f4b9e55ec4eb27a2eea8f15b9767e057..84eaca6ec651a391fec4a883cb231dc0fc197484 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.9-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.3.9-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index eacd3d3b0d9da938bd56390df5fa290af4cc7753..4c3d9c5410fb9d315e1972a97e97a066954ece11 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.9-alpha"
+!define VERSION "0.2.3.9-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index d616c1642accddcb8d11dcd14f15b8cc49e0d944..e51b63893af5a30bbbbebcdeca3a0c5d37c3b41b 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.9-alpha"
+#define VERSION "0.2.3.9-alpha-dev"