]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump the Tor version in master to 0.2.3.0-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 24 Sep 2010 19:15:07 +0000 (15:15 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 24 Sep 2010 19:15:07 +0000 (15:15 -0400)
0.2.2.x development will continue in branch maint-0.2.2.

master is now out of feature freeze.

Let's not go crazy right away. :)

configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 65f99f06064f9289a712fc83a0adf16f49eda90a..1d54ae5597c0cd4def12fe5616ff335e9588ac59 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.2.16-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.3.0-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 80502cc779a8bcfeec92d3be7f390fc4a5ee702d..1cecf34f8f114fe9b629c3f217cb4048710e2e61 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.2.16-alpha-dev"
+!define VERSION "0.2.3.0-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index cedfd20f92993d09126041932202bac3cc5cb15f..7708e90b8cde03b3a68ee90c74a32910f68c439d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.16-alpha-dev"
+#define VERSION "0.2.3.0-alpha-dev"