]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
version bump (0.3.0.2-alpha)
authorNick Mathewson <nickm@torproject.org>
Mon, 23 Jan 2017 13:20:46 +0000 (08:20 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 23 Jan 2017 13:20:46 +0000 (08:20 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index bacb08b24599b8eebd0e8161a8f00dc77b7201eb..7a48a2ab4a7efa6fe32b441343ed55f482916538 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.1-alpha-dev])
+AC_INIT([tor],[0.3.0.2-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 3dc6a0d3a5666a5db9e44c523e6a71df00ac63d6..776e51f2a82966fd9d57a6c107d39de8ff0dc304 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.0.1-alpha-dev"
+!define VERSION "0.3.0.2-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 208f62764796dd7203bfd2c75028b95dbe48711a..c42d54d79390dcb7cd835e1b7e976085c81c43b5 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.0.1-alpha-dev"
+#define VERSION "0.3.0.2-alpha"