]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.2.9-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Tue, 23 Feb 2010 02:23:06 +0000 (21:23 -0500)
committerRoger Dingledine <arma@torproject.org>
Tue, 23 Feb 2010 02:23:06 +0000 (21:23 -0500)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 0d82bb409bb22c075cf4266d2a80156b8af437f3..e045c08b35fe845100cf8fb670f9ce85bc556930 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.9-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.2.9-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index e4fef695618ea2d9035d21bb21ec13179c2c44da..de382a78a6078dda81a18c5aac0e1e6cbcdb4f1d 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
 
-!define VERSION "0.2.2.9-alpha"
+!define VERSION "0.2.2.9-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index ce1bcd4a3d0a4769cc4a3aca2345d769e49738f7..0075a5efe4aec8d9f808df26aadd48893c9198e2 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.9-alpha"
+#define VERSION "0.2.2.9-alpha-dev"