From b4117d2a37ba646765d85a01348849e614fd2bc2 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 19 Oct 2003 05:45:22 +0000 Subject: move to 0.0.2pre13 svn:r631 --- configure.in | 2 +- src/or/or.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 207a4f1fde..33d9484167 100644 --- a/configure.in +++ b/configure.in @@ -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" diff --git a/src/or/or.h b/src/or/or.h index be014fff98..639a68ff3e 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -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 */ -- cgit v1.2.3-54-g00ecf