]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.1.9-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 26 Dec 2008 17:39:22 +0000 (17:39 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 26 Dec 2008 17:39:22 +0000 (17:39 +0000)
svn:r17787

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

index f979706bfeec71237f0149411df1a11805058c6a..58ea9484eb2d6c52c95ea895e91007d90c14de3a 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.9-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.1.9-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index e73f8a30679c96847b9e9c763aac057d3c3ef8c8..b0d4f2fc367ffb566f4ec581a24e2cff650e2005 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.9-alpha"
+!define VERSION "0.2.1.9-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 4488527320c192100f31c3a732696a66f920de80..29bce8a74a737a6a5f94de8eb555f7a12e1e67ef 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.9-alpha"
+#define VERSION "0.2.1.9-alpha-dev"