[tor-commits] [tor/maint-0.4.6] version: Missing version update in couple files

dgoulet at torproject.org dgoulet at torproject.org
Thu Oct 28 13:44:31 UTC 2021


commit fa438b6cf023df22e78dc2640bcd00da7d08846c
Author: David Goulet <dgoulet at torproject.org>
Date:   Thu Oct 28 09:40:50 2021 -0400

    version: Missing version update in couple files
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 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 7a6566a2c3..1815f65e98 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.5.17"
+!define VERSION "0.3.5.17-dev"
 !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 f32c725b07..8170b1bcb4 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.5.17"
+#define VERSION "0.3.5.17-dev"
 
 
 





More information about the tor-commits mailing list