[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 5325e7ccab70383a629019323ba01d2c9215b5f4
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue Oct 24 09:11:17 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 48a4d8e75..a179d8483 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.3.0.11-dev"
+!define VERSION "0.3.0.12"
!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 7399f8178..47a00dc6d 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.3.0.11-dev"
+#define VERSION "0.3.0.12"
More information about the tor-commits
mailing list