]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Increment version to 0.3.2.8-rc
authorNick Mathewson <nickm@torproject.org>
Thu, 21 Dec 2017 17:42:00 +0000 (12:42 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 21 Dec 2017 17:42:00 +0000 (12:42 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

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