]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.9.4-alpha.
authorNick Mathewson <nickm@torproject.org>
Mon, 17 Oct 2016 18:05:42 +0000 (14:05 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 17 Oct 2016 18:05:42 +0000 (14:05 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index af42896dc893e189960170d863cf63964ad4dcc7..9bad7b43b365b85798b7fcf18ef8075847459074 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.3-alpha-dev])
+AC_INIT([tor],[0.2.9.4-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 71dca978847bac638f8b032efaed23c7d5ac3d7f..d24e9025ac172491c9da4b4cca3889cda2b355d9 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.9.3-alpha-dev"
+!define VERSION "0.2.9.4-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 17c7e01b45e39ebfc988b6d6a2828ab3943cd3ef..3c13ff2ae9ed854ffad2528b08cb1887853d1219 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.3-alpha-dev"
+#define VERSION "0.2.9.4-alpha"