]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version on master to 0.3.0.0-alpha-dev.
authorNick Mathewson <nickm@torproject.org>
Wed, 19 Oct 2016 21:03:22 +0000 (17:03 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 19 Oct 2016 21:03:22 +0000 (17:03 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index d35f83ceadd86936b9089b3f29ed538dbafc60f7..27d7577a5a78341cf7d73719b4aaa745b3709556 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.2.9.4-alpha-dev])
+AC_INIT([tor],[0.3.0.0-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 94bbfe28e26f2b595ab6f3caf5aa13608125e421..a76bc2207b4bb872d7f6c3497fb1b7d4af9abdb4 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.9.4-alpha-dev"
+!define VERSION "0.3.0.0-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index d90242320a8bde8b34772a14e1f409dfb0e881de..c113efb402f6bc47366360aeaf414867930092df 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.4-alpha-dev"
+#define VERSION "0.3.0.0-alpha-dev"