Browse Source

bump version in the other places :/

Nick Mathewson 6 years ago
parent
commit
552b620280
2 changed files with 2 additions and 2 deletions
  1. 1 1
      contrib/win32build/tor-mingw.nsi.in
  2. 1 1
      src/win32/orconfig.h

+ 1 - 1
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"

+ 1 - 1
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"