From fcafc5e2345f96cba5b07c7de5953ef64d3fb3ae Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 16 May 2004 08:55:13 +0000 Subject: [PATCH] bump version of cvs pre1, since old cvs pre1 is incompatible svn:r1875 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 7556f167ad..d4ad6b57f5 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.7pre1-cvs) +AM_INIT_AUTOMAKE(tor, 0.0.7pre1-cvs-2) AM_CONFIG_HEADER(orconfig.h) CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include"