bump version to 0.2.5.8-rc

This commit is contained in:
Roger Dingledine 2014-09-22 14:01:50 -04:00
parent 347a9f98b8
commit 36b979bb8d
4 changed files with 4 additions and 4 deletions

View File

@ -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 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 series. It fixes a bug that affects consistency and speed when
connecting to hidden services, and it updates the location of one of connecting to hidden services, and it updates the location of one of

View File

@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
dnl Copyright (c) 2007-2013, The Tor Project, Inc. dnl Copyright (c) 2007-2013, The Tor Project, Inc.
dnl See LICENSE for licensing information 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_SRCDIR([src/or/main.c])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE

View File

@ -8,7 +8,7 @@
!include "LogicLib.nsh" !include "LogicLib.nsh"
!include "FileFunc.nsh" !include "FileFunc.nsh"
!insertmacro GetParameters !insertmacro GetParameters
!define VERSION "0.2.5.7-rc-dev" !define VERSION "0.2.5.8-rc"
!define INSTALLER "tor-${VERSION}-win32.exe" !define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/" !define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE" !define LICENSE "LICENSE"

View File

@ -241,7 +241,7 @@
#define USING_TWOS_COMPLEMENT #define USING_TWOS_COMPLEMENT
/* Version number of package */ /* Version number of package */
#define VERSION "0.2.5.7-rc-dev" #define VERSION "0.2.5.8-rc"