diff options
author | Roger Dingledine <arma@torproject.org> | 2004-03-26 23:38:33 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-03-26 23:38:33 +0000 |
commit | a98579e0bc945aec4a7367f41e925019b91c8a22 (patch) | |
tree | 3374a0514412f4f91e2eab1100f679fcea4b9b6c /configure.in | |
parent | 32e268c61b7c4bfe9848f119ca0b4c8315d066de (diff) | |
download | tor-a98579e0bc945aec4a7367f41e925019b91c8a22.tar.gz tor-a98579e0bc945aec4a7367f41e925019b91c8a22.zip |
bump version back to 0.0.4.1
svn:r1348
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 ffed4fb710..2dfdcfaa9e 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.5) +AM_INIT_AUTOMAKE(tor, 0.0.4.1) AM_CONFIG_HEADER(orconfig.h) CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include" |