diff options
author | Roger Dingledine <arma@torproject.org> | 2003-11-19 13:29:08 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-11-19 13:29:08 +0000 |
commit | 3b78f5cb0922a9d9547216f5bbbad1e9f89f6cf4 (patch) | |
tree | ab3723c566af5c229041817213a96141f1fcad1b | |
parent | e73e7a10740021d4ea36583bfc9ab67fd939bc5b (diff) | |
download | tor-0.0.2pre14.tar.gz tor-0.0.2pre14.zip |
we are pre14.tor-0.0.2pre14
svn:r850
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bb8fa12f47..00885a0596 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.2pre13) +AM_INIT_AUTOMAKE(tor, 0.0.2pre14) AM_CONFIG_HEADER(orconfig.h) CFLAGS="$CFLAGS -Wall -O2 -I/usr/kerberos/include" |