]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Whoops. I forgot the "alpha"
authorNick Mathewson <nickm@torproject.org>
Fri, 1 Mar 2013 05:16:46 +0000 (00:16 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 1 Mar 2013 05:16:46 +0000 (00:16 -0500)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index af0dbf261122fbd70065f1919aa70cd3d77efbed..8cefc185054a2a649692e4edd11ebe5ec0846965 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2013, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.5.0-dev])
+AC_INIT([tor],[0.2.5.0-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index ef3d16ac4a9c39b0ae05a7f323d1c2a53b6a4d23..05d9ebc5c3de979ade3cbc1bfb1460a3ebc039fe 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.5.0-dev"
+!define VERSION "0.2.5.0-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 9ba991fe9bbc986de7eedc7d3157598340ce485a..43f68c3b089c57386c27c806a95dd9cc38e2e7e4 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.0-dev"
+#define VERSION "0.2.5.0-alpha-dev"