]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Increment version.
authorNick Mathewson <nickm@torproject.org>
Thu, 24 Sep 2015 16:18:24 +0000 (12:18 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 24 Sep 2015 16:19:33 +0000 (12:19 -0400)
ChangeLog
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index d8ad4cb525c46d0038ca8f4b1c7307f627d608c1..c6a2a10078e082d56ef86abc531469657fff1478 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.7.3-rc - 2015-09-2?
+Changes in version 0.2.7.3-rc - 2015-09-24
   Tor 0.2.7.3-rc is the first release candidate in the 0.2.7 series. It
   contains numerous usability fixes for Ed25519 keys, safeguards against
   several misconfiguration problems, significant simplifications to
index 2220c18fdb6db686c875192ab3aac28b6abf2efe..98f8d30ea75df5b2ad6f4e14171fd44aef59cfa2 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.7.2-alpha-dev])
+AC_INIT([tor],[0.2.7.3-rc])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 36b15335d95d15f6a8d7d5880fc3c9fd065a5b5d..314522ff02a66248a7118447d7cbb380596cc8d8 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.7.2-alpha-dev"
+!define VERSION "0.2.7.3-rc"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 644774127b8b83922d91bbe769d433758b3390eb..e69ebeb4a31031b298d0c9dc8409952ca3ef687d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.7.2-alpha-dev"
+#define VERSION "0.2.7.3-rc"