]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.2.4-alpha
authorNick Mathewson <nickm@torproject.org>
Tue, 7 Nov 2017 18:22:27 +0000 (13:22 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 7 Nov 2017 18:22:27 +0000 (13:22 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 592e04a5d512f31e12e1115a30600ed02a77c9be..f1e512c2c52beb05d91360a8e73dd83f05df5f10 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.3-alpha-dev])
+AC_INIT([tor],[0.3.2.4-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 4c1f709a2d06bdc84448f1739f08db7378ea9377..25c3378f38d28fd141a269c142ba566bdebda27c 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.2.3-alpha-dev"
+!define VERSION "0.3.2.4-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 38c6d5118e37a93fe73852988b991bc283047094..eebe97c44967edd77c2835f19393cc9081628ab7 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.2.3-alpha-dev"
+#define VERSION "0.3.2.4-alpha"