]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.2.17-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Fri, 1 Oct 2010 08:59:11 +0000 (04:59 -0400)
committerRoger Dingledine <arma@torproject.org>
Fri, 1 Oct 2010 08:59:11 +0000 (04:59 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index aa529a8bba332a1d5bf8a273304e44a74586a5a3..306edc0c0fed359383685ff86b9ecf658a48ad80 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.2.17-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.2.17-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 7c5ce60bdd30397405301e6bf590089f2ab1bddc..5485303bc52763ff8daf8fa124a0e9fa6e5e205a 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.2.17-alpha"
+!define VERSION "0.2.2.17-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index b417b2a31391b24ab19054978afb3ca54287d3f4..ce84f14f13abd22921263e4fb9a76e2337b66af3 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.17-alpha"
+#define VERSION "0.2.2.17-alpha-dev"