]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.3.3.5-rc
authorNick Mathewson <nickm@torproject.org>
Sat, 14 Apr 2018 16:21:36 +0000 (12:21 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 14 Apr 2018 16:21:36 +0000 (12:21 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 143044956fdc0bbd2164c8f2595de6a52d62b332..070054112ceaac2ce3208db647a925bc0f517839 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.4-alpha-dev])
+AC_INIT([tor],[0.3.3.5-rc])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 979273d8e79ec8a45fc4d89a9d3fd6c506466c09..0cea26bde868f56dc26b182afa4372058841f247 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.3.4-alpha-dev"
+!define VERSION "0.3.3.5-rc"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index a8c6f9af3cc1dc7f453dcb5a31c51889d72d82a9..3fcf6852413bc12f714894b9eb73d80a5679d386 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.3.4-alpha-dev"
+#define VERSION "0.3.3.5-rc"