]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.3.5.6-rc-dev
authorNick Mathewson <nickm@torproject.org>
Tue, 18 Dec 2018 18:33:49 +0000 (13:33 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 18 Dec 2018 18:33:49 +0000 (13:33 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 563ed94f49753da9a7a353ba5d6bb70f2cb0a752..1d4c31f86b2ffdb462fe020347fc34d26069eaa9 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2018, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.5.6-rc])
+AC_INIT([tor],[0.3.5.6-rc-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index da7f2330e71cdf30d8030cdd5814cc57e96c100c..d64808e19182bb55b277d33574d25703cfd3d25d 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.6-rc"
+!define VERSION "0.3.5.6-rc-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index b7bdf993ec62874cf2fce8ae74e4473e5986c2a6..4645d4a20fe105e25f6a06c4c3d18452ca4a3b2f 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.6-rc"
+#define VERSION "0.3.5.6-rc-dev"