diff options
author | Roger Dingledine <arma@torproject.org> | 2004-04-29 02:53:36 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-04-29 02:53:36 +0000 |
commit | 27baaf1cb754a10492ab6c12a243ea878c4dd966 (patch) | |
tree | 6686efff5c9c06bd15b28ea0cb5205b430aca840 /configure.in | |
parent | ebfe2b39ce7b78341d7739b321fc384047b62913 (diff) | |
download | tor-27baaf1cb754a10492ab6c12a243ea878c4dd966.tar.gz tor-27baaf1cb754a10492ab6c12a243ea878c4dd966.zip |
and then bump to rc4-cvs
svn:r1749
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6993cfddea..5b5c9938cb 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.6rc3) +AM_INIT_AUTOMAKE(tor, 0.0.6rc4-cvs) AM_CONFIG_HEADER(orconfig.h) CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include" |