]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump version to 0.2.9.5-alpha
authorNick Mathewson <nickm@torproject.org>
Mon, 7 Nov 2016 21:38:53 +0000 (16:38 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 7 Nov 2016 21:38:53 +0000 (16:38 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index d35f83ceadd86936b9089b3f29ed538dbafc60f7..58eab736d631231e9dea4010195023f29a76be72 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.2.9.5-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 94bbfe28e26f2b595ab6f3caf5aa13608125e421..05d5a6cb2c6394aafd145876c098947804a63919 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.2.9.5-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index d90242320a8bde8b34772a14e1f409dfb0e881de..db6c07bfe1dc9df03c3b68509ee9e61df0a6bef2 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.4-alpha-dev"
+#define VERSION "0.2.9.5-alpha"