diff options
author | Roger Dingledine <arma@torproject.org> | 2004-01-07 22:56:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-01-07 22:56:12 +0000 |
commit | 689823f41bc3f9d4692b8f75319cc5a31c228def (patch) | |
tree | f4d793a429ce17df5122905470faefd695648221 /configure.in | |
parent | e244ab7c72d0870fa4227c5ed5dcb242c69a1dfb (diff) | |
download | tor-689823f41bc3f9d4692b8f75319cc5a31c228def.tar.gz tor-689823f41bc3f9d4692b8f75319cc5a31c228def.zip |
move us to pre19
svn:r978
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 63f2dfcf65..4acc8dd062 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.2pre18) +AM_INIT_AUTOMAKE(tor, 0.0.2pre19) AM_CONFIG_HEADER(orconfig.h) CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include" |