[or-cvs] [tor/master] Bump version to 0.2.1.16-rc

Nick Mathewson nickm at seul.org
Sun Jun 21 01:51:52 UTC 2009


Author: Nick Mathewson <nickm at torproject.org>
Date: Sat, 20 Jun 2009 01:14:07 -0400
Subject: Bump version to 0.2.1.16-rc
Commit: ac3dedacce44b306ec1a9372ee54b0aabaeac8fe

---
 ChangeLog                |    2 +-
 configure.in             |    2 +-
 contrib/tor-mingw.nsi.in |    2 +-
 src/win32/orconfig.h     |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 86eaabd..436116b 100644
--- 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
diff --git a/configure.in b/configure.in
index ceca53f..37bccce 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.15-rc-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.1.16-rc)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index 5d67768..d65347e 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.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"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 65f21f6..037e869 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.15-rc-dev"
+#define VERSION "0.2.1.16-rc"
 
 
-- 
1.5.6.5



More information about the tor-commits mailing list