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

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