]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.3.2-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 18 Jul 2011 21:56:47 +0000 (17:56 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 18 Jul 2011 21:56:47 +0000 (17:56 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index ebae08ed5c54da4bb1833fc88185aec7fb9d34da..0a018628dbb28e08aa7517ef585988ca67fe180e 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.2-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.3.2-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index e44114355fc9c4f9f733a14c1ff6d277726ab7cf..1dfa2e97dacfbdb6b06a077c340afbdd8d841140 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.2-alpha"
+!define VERSION "0.2.3.2-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index dd906ce3e015dffd69aaf320949da6e7b52a0cf6..ed6da8eaef8ed31f1c0cf1b7eae9fc1940279256 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.2-alpha"
+#define VERSION "0.2.3.2-alpha-dev"