]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.3.3.2-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Sat, 10 Feb 2018 15:41:23 +0000 (10:41 -0500)
committerNick Mathewson <nickm@torproject.org>
Sat, 10 Feb 2018 15:41:23 +0000 (10:41 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

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