]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.2.6-alpha tor-0.2.2.6-alpha
authorRoger Dingledine <arma@torproject.org>
Thu, 19 Nov 2009 19:16:11 +0000 (14:16 -0500)
committerRoger Dingledine <arma@torproject.org>
Thu, 19 Nov 2009 19:16:11 +0000 (14:16 -0500)
ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 8a3432844ac15b2c934e7b95ec97d62c4e0fdea4..c00fcdb4e55af6d4a705ffda4aca7b0048f9e6b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.2.6-alpha - 2009-11-17
+Changes in version 0.2.2.6-alpha - 2009-11-19
   o Major features:
     - Directory authorities can now create, vote on, and serve multiple
       parallel formats of directory data as part of their voting process.
index 32f28b5661c023340cf2751b624156e90ed71156..6f2baf7e0161ed36125352f2e5939ba15f806ca0 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.5-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.2.6-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 44660edf0049ec0fc7accbb93238a5ef07f83bc1..5cf9f2245c5c098439989ad37e35cfd3d4991e6a 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
 
-!define VERSION "0.2.2.5-alpha-dev"
+!define VERSION "0.2.2.6-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 37a1b10264b55755b9c7d7d9ac958701c28f52b3..101fd0cad09af426c56296f626cadcf4e064015b 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.5-alpha-dev"
+#define VERSION "0.2.2.6-alpha"