]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
move to 0.0.2pre13 tor-0.0.2pre13
authorRoger Dingledine <arma@torproject.org>
Sun, 19 Oct 2003 05:45:22 +0000 (05:45 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 19 Oct 2003 05:45:22 +0000 (05:45 +0000)
svn:r631

configure.in
src/or/or.h

index 207a4f1fdefdf9779f219a6a1457d2eba0282286..33d9484167386bc07a40be793962d5be7c4da682 100644 (file)
@@ -1,6 +1,6 @@
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.2pre12)
+AM_INIT_AUTOMAKE(tor, 0.0.2pre13)
 AM_CONFIG_HEADER(orconfig.h)
 
 CFLAGS="$CFLAGS -Wall -O2 -I/usr/kerberos/include"
index be014fff98a01cfa14591b66ef4b7053a29c314b..639a68ff3e2f03f9b1dcf7fc51dd04e861587d17 100644 (file)
@@ -95,7 +95,7 @@
 #include "../common/log.h"
 #include "../common/util.h"
 
-#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9,0.0.2pre10,0.0.2pre11,0.0.2pre12,0.0.2pre13"
+#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9,0.0.2pre10,0.0.2pre11,0.0.2pre12,0.0.2pre13,0.0.2pre14"
 
 #define MAXCONNECTIONS 1000 /* upper bound on max connections.
                               can be lowered by config file */