]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.2.2-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 21 Sep 2009 19:51:08 +0000 (15:51 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 21 Sep 2009 19:51:08 +0000 (15:51 -0400)
ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 74c6ded8b526abb16386bd231386abc003130dd4..b679bdefb77c2118302e0a02ac53aa58575e29fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Changes in version 0.2.2.3-alpha - 2009-??-??
+
 Changes in version 0.2.2.2-alpha - 2009-09-21
   o Major features:
     - Tor now tracks how long it takes to build client-side circuits
index 1edb672ab3334131329cb601f928f40f7e7a3fbb..91e86cdc7b366b29fd2806b8636bb7dd29f44114 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.2-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.2.2-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 120d23392dca048158117b63ee88065aea1c68fa..9687a1f12750e5c67caa0c6baba28e7b5910390c 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.2.2-alpha"
+!define VERSION "0.2.2.2-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index c2ccfa7be8bca1038080c33c3f3de5318e87bea6..6989dbb661938267df7836dca028554aa4af4ba1 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.2-alpha"
+#define VERSION "0.2.2.2-alpha-dev"