]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.3.2.7-rc-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 14 Dec 2017 19:12:31 +0000 (14:12 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 14 Dec 2017 19:12:31 +0000 (14:12 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index c5163b8202e81f86178fbc90fd3d4487b3fde2a4..608d6864bcdb0cfd0eb834db246fe44a01a1d92f 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.7-rc])
+AC_INIT([tor],[0.3.2.7-rc-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index f37b3a8d097b43c2a9f226dafb87a872e2362a7a..e9099b108565aae58f64b30067bc99358b02f41e 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.2.7-rc"
+!define VERSION "0.3.2.7-rc-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 5fa0c1dd0a6eb58260db29fdf9fff58095d3fe7f..7def010cd62008dc8870b0db9d2dfa02f05f8a6f 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.2.7-rc"
+#define VERSION "0.3.2.7-rc-dev"