]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.9.2-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Wed, 24 Aug 2016 18:45:33 +0000 (14:45 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 24 Aug 2016 18:45:33 +0000 (14:45 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 19276eaccb2745a919c7ce49064ea0bf44f92c91..a90c15c465dd9331a07fbeb127bf114fd0d5d486 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.2-alpha])
+AC_INIT([tor],[0.2.9.2-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 543a834ae2649dbf474bb07f45cc2a6d66427ea3..9eec555dbe180170f21293ae78f7553b547fdcb0 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.9.2-alpha"
+!define VERSION "0.2.9.2-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index fb5343c820dcfb9d8caf88295c7d48e480612221..1e1c31dff5ff8d90f0e8f22c55d33b54aa75198d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.2-alpha"
+#define VERSION "0.2.9.2-alpha-dev"