]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.2.8-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Wed, 27 Jan 2010 18:22:20 +0000 (13:22 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 27 Jan 2010 18:22:20 +0000 (13:22 -0500)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 9a965031433b0b6346cfb256b2cba22076ca3fb8..d7c7372dc29855faa1dcc39833d4433ac4bc3be4 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.8-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.2.8-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 71caa78b786c83ec1676d6d388722038f3159220..2390e4a572d0bfb16d00f3cd28c1471055d0b30f 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.2.8-alpha"
+!define VERSION "0.2.2.8-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index f6f6ae81852bd1ada081405661ccabf9a049fc4f..5b010d7cad6762bf78144154265459ea42f960f2 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.8-alpha"
+#define VERSION "0.2.2.8-alpha-dev"