[tor-commits] [tor/release-0.2.4] Whoops, bump the version properly.

nickm at torproject.org nickm at torproject.org
Mon Oct 20 14:30:57 UTC 2014


commit fed78bce8bc645866578a1739a10ee598bbaf4e0
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Oct 20 10:29:16 2014 -0400

    Whoops, bump the version properly.
---
 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 23a01b4..1e578cd 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.23"
+!define VERSION "0.2.4.25-dev"
 !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 c86e2b0..d3f3eb1 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.23"
+#define VERSION "0.2.4.25-dev"
 
 
 





More information about the tor-commits mailing list