Procházet zdrojové kódy

Whoops, bump the version properly.

Nick Mathewson před 9 roky
rodič
revize
fed78bce8b
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      contrib/tor-mingw.nsi.in
  2. 1 1
      src/win32/orconfig.h

+ 1 - 1
contrib/tor-mingw.nsi.in

@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.23"
+!define VERSION "0.2.4.25-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"

+ 1 - 1
src/win32/orconfig.h

@@ -241,7 +241,7 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.23"
+#define VERSION "0.2.4.25-dev"