From: Nick Mathewson Date: Tue, 24 Oct 2017 13:11:07 +0000 (-0400) Subject: bump version in the other places :/ X-Git-Tag: tor-0.2.9.13~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=552b620280d481ec9d5845d1c6584778545d1f85;p=thirdparty%2Ftor.git bump version in the other places :/ --- diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in index df657d38b1..cd414dd437 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 47992c0d89..a249ba8c57 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"