From: Roger Dingledine Date: Fri, 16 Apr 2004 09:01:33 +0000 (+0000) Subject: weasel convinced me not to call it pre5 until it's actually pre5 X-Git-Tag: tor-0.0.6incompat-merged~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=acf2215946eeee22c1fe48f6655986cc7f490900;p=thirdparty%2Ftor.git weasel convinced me not to call it pre5 until it's actually pre5 svn:r1640 --- diff --git a/configure.in b/configure.in index d7a718f58c..b6f68cc688 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.6pre5) +AM_INIT_AUTOMAKE(tor, 0.0.6pre5-cvs) AM_CONFIG_HEADER(orconfig.h) CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include"