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

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