[tor-commits] [tor/release-0.2.5] bump version to 0.2.5.8-rc

arma at torproject.org arma at torproject.org
Mon Sep 22 17:54:04 UTC 2014


commit 36b979bb8da817871584c518841e4315cbe2f489
Author: Roger Dingledine <arma at torproject.org>
Date:   Mon Sep 22 14:01:50 2014 -0400

    bump version to 0.2.5.8-rc
---
 ChangeLog                           |    2 +-
 configure.ac                        |    2 +-
 contrib/win32build/tor-mingw.nsi.in |    2 +-
 src/win32/orconfig.h                |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 739e342..995bf0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.5.8-rc - 2014-09-2?
+Changes in version 0.2.5.8-rc - 2014-09-22
   Tor 0.2.5.8-rc is the second release candidate for the Tor 0.2.5.x
   series. It fixes a bug that affects consistency and speed when
   connecting to hidden services, and it updates the location of one of
diff --git a/configure.ac b/configure.ac
index 676fad1..fde6431 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2013, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.5.7-rc-dev])
+AC_INIT([tor],[0.2.5.8-rc])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index 2415f45..c7058e1 100644
--- a/contrib/win32build/tor-mingw.nsi.in
+++ b/contrib/win32build/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.5.7-rc-dev"
+!define VERSION "0.2.5.8-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 43ccbc5..98b9d90 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -241,7 +241,7 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.7-rc-dev"
+#define VERSION "0.2.5.8-rc"
 
 
 



More information about the tor-commits mailing list