]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.0.13-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Fri, 21 Dec 2007 10:42:14 +0000 (10:42 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 21 Dec 2007 10:42:14 +0000 (10:42 +0000)
svn:r12906

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

index 3d9e1e1210f6a055493f11fbb740869bf474b071..535d838e6291b8d8e8107bd42351e3136076cfed 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.13-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.0.13-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index bf619af6262e61a77b6850b21312b8f22bd8721f..bfd803def7f768dd09fa025c8d20a442cd4a0138 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.0.13-alpha"
+!define VERSION "0.2.0.13-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index ac6d4fcadbdbf3e2b1f974eadcceed8190f378f6..c916fc1dee6389d1cf7d9d1edd0079d60c9d76bd 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.0.13-alpha"
+#define VERSION "0.2.0.13-alpha-dev"