]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.1.8-alpha
authorRoger Dingledine <arma@torproject.org>
Mon, 8 Dec 2008 19:25:18 +0000 (19:25 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 8 Dec 2008 19:25:18 +0000 (19:25 +0000)
svn:r17521

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

index aa583614e713ae38beea655faee35ec0c276df23..99ebe8af6059e2fde2395370fa578ec545fabf6e 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.7-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.1.8-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 9c8592e3a2bd1cacf9fdf385bc0c0083372e1fb5..4a031a2095694f1fe7633f683f4f75022c7113b1 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.7-alpha-dev"
+!define VERSION "0.2.1.8-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 6cccce4c71bd7a4ba156dd70330d6e1785ca8dd6..320ccd03b87055b4ee1fe700dff131c4377708f3 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.7-alpha-dev"
+#define VERSION "0.2.1.8-alpha"