]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
time for another alpha-dev cycle
authorRoger Dingledine <arma@torproject.org>
Wed, 1 Oct 2008 08:26:57 +0000 (08:26 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 1 Oct 2008 08:26:57 +0000 (08:26 +0000)
svn:r17023

configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 222071880ac2292c340e89c7b24166786aed9687..7ec88e983af72f3e97fcb127ac11a46c9e2a7841 100644 (file)
@@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.1.6-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.1.6-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index f196d5e14943826d45ab39e999a6172a44e58ebd..988f71f96a20a65c72217f4f46d1974cb64f599e 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.6-alpha"
+!define VERSION "0.2.1.6-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 8a263bf4a4ab926dedc32fa8597699de29fd7c1e..47684be4d1ed3ed2e2985fa579877633523d87d1 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.6-alpha"
+#define VERSION "0.2.1.6-alpha-dev"