From: Roger Dingledine Date: Fri, 19 Mar 2004 06:28:20 +0000 (+0000) Subject: bump version to 0.0.2 X-Git-Tag: tor-0.0.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e66adf3d791ddb278c642ee1fa4e17d495c66cf4;p=thirdparty%2Ftor.git bump version to 0.0.2 svn:r1296 --- diff --git a/configure.in b/configure.in index b6b12fc46f..571cab9092 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.2pre27) +AM_INIT_AUTOMAKE(tor, 0.0.2) AM_CONFIG_HEADER(orconfig.h) CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include"