]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.3.0.3-alpha
authorNick Mathewson <nickm@torproject.org>
Fri, 3 Feb 2017 16:33:11 +0000 (11:33 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 3 Feb 2017 16:33:11 +0000 (11:33 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index bad21e3684a9fc523ce367c1f8ab2590abf04eae..0d2dd06b7753fc8a329c414c4a9d38249f9d578b 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.3.0.2-alpha-dev])
+AC_INIT([tor],[0.3.0.3-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index c98aa780f1086a88895a57a7300fec849173de0c..93f75a971317b0119be0b07f0a0959412a17f55f 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.0.2-alpha-dev"
+!define VERSION "0.3.0.3-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index e111d962274c34b89d55118d970c805117f62725..eeb870b4715abd98a185019de547c8f483b1e6a6 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.0.2-alpha-dev"
+#define VERSION "0.3.0.3-alpha"