[tor-commits] [tor/release-0.2.4] Bump 0.2.4 version more places

nickm at torproject.org nickm at torproject.org
Mon Apr 6 13:49:33 UTC 2015


commit 542100d3cac59dc178cb01ca639544c0f335abd3
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Apr 6 09:48:53 2015 -0400

    Bump 0.2.4 version more places
---
 contrib/tor-mingw.nsi.in |    2 +-
 src/win32/orconfig.h     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index f16e637..a66bcd1 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.26"
+!define VERSION "0.2.4.27"
 !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 a028e9e..baddef6 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.4.26"
+#define VERSION "0.2.4.27"
 
 
 





More information about the tor-commits mailing list