]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.1.1-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 13 Jun 2008 16:35:27 +0000 (16:35 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 13 Jun 2008 16:35:27 +0000 (16:35 +0000)
svn:r15223

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

index d6996c224bd2455d18675a287397e9f22f0ce08f..8fec6b785c9be840c410856928a201e6fee499cd 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.1-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.1.1-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 8bc37f7f9450560a88f861f8f783cb7d010d61ea..c72ff464a6977ac53abb0a50b02e3fa43417dc1c 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.1-alpha"
+!define VERSION "0.2.1.1-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index d7fb4dd9570bc3f8f37c97ccc612500af2f7c686..0c4aa9597b00212f10658a2ebbf5f25736c5431d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.1-alpha"
+#define VERSION "0.2.1.1-alpha-dev"