diff options
author | Roger Dingledine <arma@torproject.org> | 2004-03-03 09:55:14 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-03-03 09:55:14 +0000 |
commit | 3ed196ca4e1a7c43f46fbf7e137e4d11124c4d59 (patch) | |
tree | 49f5c648c31186ae63e47b6fef59eb3aa8567801 | |
parent | 476e21aa6ee395910391a1d90f23cb9a1473fe53 (diff) | |
download | tor-3ed196ca4e1a7c43f46fbf7e137e4d11124c4d59.tar tor-3ed196ca4e1a7c43f46fbf7e137e4d11124c4d59.tar.gz |
bump cvs to pre25
svn:r1218
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 27c99736a..362d35bc6 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.2pre24) +AM_INIT_AUTOMAKE(tor, 0.0.2pre25) AM_CONFIG_HEADER(orconfig.h) CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include" |