]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.3.2.4-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Wed, 8 Nov 2017 21:44:53 +0000 (16:44 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 8 Nov 2017 21:44:53 +0000 (16:44 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index f1e512c2c52beb05d91360a8e73dd83f05df5f10..c92118f732754a274be814b9b7a91d323af042ee 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.2.4-alpha])
+AC_INIT([tor],[0.3.2.4-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 25c3378f38d28fd141a269c142ba566bdebda27c..c486bd69eb863a362f4596063ab99a9368c20308 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.2.4-alpha"
+!define VERSION "0.3.2.4-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index eebe97c44967edd77c2835f19393cc9081628ab7..4746cc2268b75fffd30358bbd47f7bd1a55a7770 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.2.4-alpha"
+#define VERSION "0.3.2.4-alpha-dev"