]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.3.2-alpha
authorNick Mathewson <nickm@torproject.org>
Fri, 9 Feb 2018 22:25:58 +0000 (17:25 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 9 Feb 2018 22:25:58 +0000 (17:25 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 7eb189a0e98fa63d56c932df541ccd88d3b5df48..87e27da676cb7256a1ec28c0739adfa9c8095f53 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.3.1-alpha-dev])
+AC_INIT([tor],[0.3.3.2-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index f4d18a77db31266a0f4aad4aeb8f68c8b6d59dbf..e98bea5f771367ce5409ab1b58211fad33e72609 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.3.1-alpha-dev"
+!define VERSION "0.3.3.2-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index a4767e54c06e2aedcc6f504116935cc023983905..6ff86ffaa5c9c8d649e7815f5aa318ff09ce575a 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.3.1-alpha-dev"
+#define VERSION "0.3.3.2-alpha"