]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.1.13-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Mon, 9 Mar 2009 21:43:31 +0000 (21:43 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 9 Mar 2009 21:43:31 +0000 (21:43 +0000)
svn:r18830

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

index 9d46b8f8a019bd90efa5d39edfe3d6d9e9d789b8..ad1d2b7b79504a8e2ef6d02e4d9981f28df464a0 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.13-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.1.13-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 0a9c7b7edb940f8092a2124c6cc3f593720e21e6..263d17d542396c490a9c257f9aabdffecadea015 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.13-alpha"
+!define VERSION "0.2.1.13-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 08ebd4b4c3cc2d5b7b02c2711ed42be776321033..246cddeb6332c5acd8639edaa02bba5981b26111 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.13-alpha"
+#define VERSION "0.2.1.13-alpha-dev"