]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.4.4-rc-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 9 Jul 2018 19:17:38 +0000 (15:17 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 9 Jul 2018 19:17:38 +0000 (15:17 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 8cc509c430fb5832d213de2fd1c298bde47914f5..c22e8531ed7b94684092e13d52c3ad4e40e42fd1 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.4.4-rc])
+AC_INIT([tor],[0.3.4.4-rc-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index bdf310bc9970e95ccf089e2f77a384bb00c1c3a4..c7075ad6a94442fd1f3a65c410ddef08cc17a761 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.4.4-rc"
+!define VERSION "0.3.4.4-rc-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 45578f9bb898a5cc6cd9a04e6e5eac19dad36826..a41e92a7031376a7c60e91d66930f35f5f82b091 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.4.4-rc"
+#define VERSION "0.3.4.4-rc-dev"