]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.5.3-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Wed, 17 Oct 2018 18:46:00 +0000 (14:46 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 17 Oct 2018 18:46:00 +0000 (14:46 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index d6e0c849049dce8534b0b685c2ea0776b6899a48..eee30f9cd91589215bbca0c743aa445f8c63cd3c 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.3-alpha])
+AC_INIT([tor],[0.3.5.3-alpha-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 8a82b013e475f3c5fb0d019b06986101952f4cb9..5c37dd7ced488b25a1a851e72fe3aeb1e0a0b37e 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.3-alpha"
+!define VERSION "0.3.5.3-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 7a4a1d72c0450d51299b1d9c849f73cb39005c1c..4c89925d31e53067953f63a6be95b2f0cd91a395 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.3-alpha"
+#define VERSION "0.3.5.3-alpha-dev"