diff options
author | Roger Dingledine <arma@torproject.org> | 2004-04-16 08:43:09 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-04-16 08:43:09 +0000 |
commit | 4ec4c800d73599b6b213f3ada9f04abd143e482b (patch) | |
tree | 40b1901694b02456052e98a7718e69f5b35563f8 | |
parent | 9c1470840f989d09c253c33275e814cc9fc4154b (diff) | |
download | tor-4ec4c800d73599b6b213f3ada9f04abd143e482b.tar.gz tor-4ec4c800d73599b6b213f3ada9f04abd143e482b.zip |
bump cvs to 0.0.6pre5
svn:r1638
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1e4193454d..d7a718f58c 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.6pre4) +AM_INIT_AUTOMAKE(tor, 0.0.6pre5) AM_CONFIG_HEADER(orconfig.h) CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include" |