]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.3.3.1-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 25 Jan 2018 18:50:55 +0000 (13:50 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 25 Jan 2018 18:50:55 +0000 (13:50 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

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