diff options
author | Roger Dingledine <arma@torproject.org> | 2004-05-16 08:55:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-05-16 08:55:13 +0000 |
commit | fcafc5e2345f96cba5b07c7de5953ef64d3fb3ae (patch) | |
tree | 17fd40b37a8aa1022405a1d56e06b8211cf9c6c3 | |
parent | c2182701de1e34c6109ccbdd79d65df3baa9bb28 (diff) | |
download | tor-fcafc5e2345f96cba5b07c7de5953ef64d3fb3ae.tar tor-fcafc5e2345f96cba5b07c7de5953ef64d3fb3ae.tar.gz |
bump version of cvs pre1, since old cvs pre1 is incompatible
svn:r1875
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7556f167a..d4ad6b57f 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" |