[tor-commits] [tor/maint-0.3.1] bump version in the other places :/

nickm at torproject.org nickm at torproject.org
Tue Oct 24 13:11:53 UTC 2017


commit 552b620280d481ec9d5845d1c6584778545d1f85
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Oct 24 09:11:07 2017 -0400

    bump version in the other places :/
---
 contrib/win32build/tor-mingw.nsi.in | 2 +-
 src/win32/orconfig.h                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index df657d38b..cd414dd43 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.9.12-dev"
+!define VERSION "0.2.9.13"
 !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 47992c0d8..a249ba8c5 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -218,7 +218,7 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.12-dev"
+#define VERSION "0.2.9.13"
 
 
 





More information about the tor-commits mailing list