diff options
author | Roger Dingledine <arma@torproject.org> | 2010-04-30 13:40:00 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-04-30 13:40:00 -0400 |
commit | 77f30fb55b794b833b104b80504c3a2063e92809 (patch) | |
tree | 56d642b805702d8e78eaf3b999da25c8b1a09dff | |
parent | ba97ab4eb28541f668a69297d799b7320997879d (diff) | |
download | tor-0.2.1.26.tar.gz tor-0.2.1.26.zip |
bump to 0.2.1.26, and pick a release datetor-0.2.1.26
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | contrib/tor-mingw.nsi.in | 2 | ||||
-rw-r--r-- | src/win32/orconfig.h | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Changes in version 0.2.1.26 - 2010-05-0? +Changes in version 0.2.1.26 - 2010-05-02 o Major bugfixes: - Teach relays to defend themselves from connection overload. Relays now close idle circuits early if it looks like they were intended diff --git a/configure.in b/configure.in index 34544e27ac..54b880c6bf 100644 --- a/configure.in +++ b/configure.in @@ -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.25) +AM_INIT_AUTOMAKE(tor, 0.2.1.26) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index 6deb8d96a4..b98dde3f9f 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -9,7 +9,7 @@ !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.2.1.25" +!define VERSION "0.2.1.26" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 65804fe19d..bc9b000a94 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -226,6 +226,6 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.1.25" +#define VERSION "0.2.1.26" |