]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
new development version
authorRoger Dingledine <arma@torproject.org>
Tue, 16 Nov 2010 19:45:40 +0000 (14:45 -0500)
committerRoger Dingledine <arma@torproject.org>
Tue, 16 Nov 2010 19:45:40 +0000 (14:45 -0500)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 1384ecf30d084d742557f8ad05dac6840027e4ee..d4878cdc5a7e85af5892f6e07b5872024af7c5d8 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.18-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.2.18-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 892214aca835ec1af9f27887f56779123d80deae..da7167cdaaa45fd7590d8eeab667acb9a35733f0 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.2.18-alpha"
+!define VERSION "0.2.2.18-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index ca184fc0930b8ba9d26ed2df7c4d9a71a50ee32a..cdf1cbfb910fb2870dbb94aea7baea8e574a9065 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.18-alpha"
+#define VERSION "0.2.2.18-alpha-dev"