]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.1.16-rc tor-0.2.1.16-rc
authorNick Mathewson <nickm@torproject.org>
Sat, 20 Jun 2009 05:14:07 +0000 (01:14 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 20 Jun 2009 05:14:07 +0000 (01:14 -0400)
ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 86eaabd3156c44c023941cf7f9e5f121fe252c86..436116bd7f5d6c16ac6db422e47ee7c49c90ccba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.1.16-rc - 2009-06-19
+Changes in version 0.2.1.16-rc - 2009-06-20
   o Security fixes:
     - Fix an edge case where a malicious exit relay could convince a
       controller that the client's DNS question resolves to an internal IP
index ceca53f0780044179f72db815a5b3e11ca55c4ba..37bccce965efd24cef166823363557bcb0cd77a5 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.15-rc-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.1.16-rc)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 5d67768f6fffeaa9ba3286c57deb68bc91a9759d..d65347ebe741c6431f19fe4a3bd184a5cf79b6c7 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.15-rc-dev"
+!define VERSION "0.2.1.16-rc"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 65f21f6d37d46d1fd9f628b14eb9a56a7c9928c5..037e869029956227aee77e55e7456db302ac422b 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.15-rc-dev"
+#define VERSION "0.2.1.16-rc"