commit 552b620280d481ec9d5845d1c6584778545d1f85
parent 725f2371042b36c151a42e575a5b319d3820126c
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 24 Oct 2017 09:11:07 -0400
bump version in the other places :/
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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
@@ -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"