]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump master to 0.3.2.2-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 2 Oct 2017 23:19:51 +0000 (19:19 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 2 Oct 2017 23:19:51 +0000 (19:19 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 9d034e45cdc13441dd4d730252054e1b3de7c382..668fd4f1faa1662b790818e0e245015b9117633e 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.2-alpha])
+AC_INIT([tor],[0.3.2.2-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 073a58837c253dce523d665d5556b0b00ca73a8e..02d4ef90723cda50f17bbd4396769c092e1294d7 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.2.2-alpha"
+!define VERSION "0.3.2.2-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index bb306b60ca5c739a4c98e19defd28998fff9e5a5..6c3000a714494646fbb7da9cfb5dd5bfe171a3c5 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.2.2-alpha"
+#define VERSION "0.3.2.2-alpha-dev"