]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
nickm wanted to call this one a beta, so a beta it is
authorRoger Dingledine <arma@torproject.org>
Tue, 17 May 2011 02:01:18 +0000 (22:01 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 17 May 2011 02:01:18 +0000 (22:01 -0400)
because hey, if the new status tag breaks something, it's still an alpha
after all. ;)

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

index cc688ad51ef929feb22bde181284c5a83721a03e..09dc93e57d438cadbebc4476bc6aba4d61e6f7e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.2.26-alpha - 2011-05-17
+Changes in version 0.2.2.26-beta - 2011-05-17
   o Security/privacy fixes:
     - Replace all potentially sensitive memory comparison operations
       with versions whose runtime does not depend on the data being
index 2eadd1523a1914ef18e599b46908a6f82dbeb58a..2fdec04d93ef4f178e42d6bb8a756cdf639f5e32 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.26-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.2.26-beta)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index fbc049bdcf403db802123a1318a936d35e82517b..13f48e94e7e9e44fa6ce478f11d2b5f800763ca9 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.2.26-alpha"
+!define VERSION "0.2.2.26-beta"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 9b52bda1519f77b3f99e936f4fb1ac0422e8c7d1..bce348857aba9b6752c6e126172f84b0efe4c976 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.26-alpha"
+#define VERSION "0.2.2.26-beta"