]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.3.3.3-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Sat, 3 Mar 2018 16:33:56 +0000 (11:33 -0500)
committerNick Mathewson <nickm@torproject.org>
Sat, 3 Mar 2018 16:33:56 +0000 (11:33 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

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