]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.5.5-alpha
authorNick Mathewson <nickm@torproject.org>
Fri, 16 Nov 2018 13:28:45 +0000 (08:28 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 16 Nov 2018 13:28:45 +0000 (08:28 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index caccba8925d70a1fd92099b69a9aa818acc005f5..ebfdf57af52e49b7333fc17c9cab78c754e2e321 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.4-alpha-dev])
+AC_INIT([tor],[0.3.5.5-alpha])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 5dba148377fa07aa6c8638c6cb0e01de4e6df926..ee4b7a1a94b9b2b103dcab4d0b5d92b34ee96417 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.4-alpha-dev"
+!define VERSION "0.3.5.5-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 2a6382b40788cf4a6904b196609d1a5598f9546e..7576410b3c3c024f3de32139a4b7af4ede634565 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.4-alpha-dev"
+#define VERSION "0.3.5.5-alpha"