]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.1.25
authorRoger Dingledine <arma@torproject.org>
Mon, 15 Mar 2010 22:08:29 +0000 (18:08 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 15 Mar 2010 22:08:29 +0000 (18:08 -0400)
it's perfect, let's ship it

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

index d2efce8c04e0f5b128202b95fee55e36455a2d80..157fabe165bae5310ddd506bbc3a3d6c5d45628c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.1.25 - 2010-03-??
+Changes in version 0.2.1.25 - 2010-03-15
   o Major bugfixes:
     - Fix a regression from our patch for bug 1244 that caused relays
       to guess their IP address incorrectly if they didn't set Address
index f84d10b0f29aa892f665c4124bb47f1cad3198c8..34544e27acbe70193625fe1f72c398aeeb614aef 100644 (file)
@@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.1.24-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.1.25)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 9f747d708ea37fc1c1178b322a17dba78db93d30..36239a3fb4550d32904e26df6444b974693da877 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.24-dev"
+!define VERSION "0.2.1.25"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 49bb58376d5be18a3db94068502189ed9f6532ef..65804fe19d51b5dbfed14c0ca79b6cbe48df6383 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.24-dev"
+#define VERSION "0.2.1.25"