]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.3.3.4-alpha
authorNick Mathewson <nickm@torproject.org>
Thu, 29 Mar 2018 12:01:37 +0000 (08:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 29 Mar 2018 12:01:37 +0000 (08:01 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 2b9bc859587d9170b0ce6a2327e150198c48b260..03ed29d95803d3a0f2ef6d63e154a2f54957ee73 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.3-alpha-dev])
+AC_INIT([tor],[0.3.3.4-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 0e037da4537c6f5da193f9f68012713288adcf05..4459efb332382ec6d1670d09c79aea031f08766d 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.3.3-alpha-dev"
+!define VERSION "0.3.3.4-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 8b4da1df75ec402b81097017786f89031ab53b37..53f59b3a19897d57a2c63041f705bfc982129bbd 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.3.3-alpha-dev"
+#define VERSION "0.3.3.4-alpha"