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

index c0d58c4faa0ce422195506f43af247651a20f8f7..563ed94f49753da9a7a353ba5d6bb70f2cb0a752 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.5-alpha-dev])
+AC_INIT([tor],[0.3.5.6-rc])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 99685598fa9be13c33909c5fbaba1df16ee21452..da7f2330e71cdf30d8030cdd5814cc57e96c100c 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.5-alpha-dev"
+!define VERSION "0.3.5.6-rc"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 94bcbbd4dcaea9ca18c11c00e87590e2ac307e53..b7bdf993ec62874cf2fce8ae74e4473e5986c2a6 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.5-alpha-dev"
+#define VERSION "0.3.5.6-rc"