diff options
author | Roger Dingledine <arma@torproject.org> | 2004-03-30 03:20:48 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-03-30 03:20:48 +0000 |
commit | 826513e42bbee99aa80c82eafe9c0f720a791631 (patch) | |
tree | 4444d176ee80db00d12997ced1b06fee5d278f27 | |
parent | 414dff42c5f5046201bd560f9ecfaa2b670e4016 (diff) | |
download | tor-826513e42bbee99aa80c82eafe9c0f720a791631.tar.gz tor-826513e42bbee99aa80c82eafe9c0f720a791631.zip |
bump to 0.0.5rc3
svn:r1386
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 83d3fae5c5..ba8b245361 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.5rc2) +AM_INIT_AUTOMAKE(tor, 0.0.5rc3) AM_CONFIG_HEADER(orconfig.h) CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include" |