]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Increment version to 0.2.3.1-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 5 May 2011 19:15:20 +0000 (15:15 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 5 May 2011 19:15:20 +0000 (15:15 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 0918c95260975036ae535321b08ab2d70a9f0f91..58d32a18151cb1c1fc6a3576e8b66133d3b1ff13 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.1-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.3.1-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 82e9468d9fd7a57628f6cfaa03a227a488c22d98..b559bdb893e93b6fd051176b9249d60cb2e174f0 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.1-alpha"
+!define VERSION "0.2.3.1-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index f4efc0cc3bd80900d93667e826dcf62453a091ee..5483b6d064ebaab6570e646789cfa4ac53c3eec0 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.1-alpha"
+#define VERSION "0.2.3.1-alpha-dev"