]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
version: Missing version update in couple files
authorDavid Goulet <dgoulet@torproject.org>
Thu, 28 Oct 2021 13:40:50 +0000 (09:40 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 28 Oct 2021 13:40:50 +0000 (09:40 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 7a6566a2c3adfbfcccbe0c1178bb6d42f0557f78..1815f65e98746008ec2c710ca2c3784164d1ae10 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.17"
+!define VERSION "0.3.5.17-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index f32c725b07476b4019e835912e4b37ed3ba32843..8170b1bcb4c3bb765f1b9f80784f3a30d8de516e 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.17"
+#define VERSION "0.3.5.17-dev"