diff options
author | Roger Dingledine <arma@torproject.org> | 2004-02-18 08:54:35 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-02-18 08:54:35 +0000 |
commit | 980f74f4551efb1cb4bcde1465111008fd3ab740 (patch) | |
tree | b3167567806f8e4db367a8bf626c74173c109bec /configure.in | |
parent | 35c17c5a8b852c0b0c2e5fe3298c396c14b5e77a (diff) | |
download | tor-980f74f4551efb1cb4bcde1465111008fd3ab740.tar.gz tor-980f74f4551efb1cb4bcde1465111008fd3ab740.zip |
bump us to pre21, add ChangeLog entries
svn:r1107
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 69bf1d9168..a0dc99474a 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.2pre20) +AM_INIT_AUTOMAKE(tor, 0.0.2pre21) AM_CONFIG_HEADER(orconfig.h) CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include" |