diff options
author | Roger Dingledine <arma@torproject.org> | 2003-12-16 22:22:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-12-16 22:22:11 +0000 |
commit | d3a20675849e689fa50bf5afb1dc2c2aa43392f0 (patch) | |
tree | 2d941122e11fdfcb012d3a3bca69d8bb806b2c0a /configure.in | |
parent | 4e50f79b11c03b07856bce1c725fd9750677be21 (diff) | |
download | tor-d3a20675849e689fa50bf5afb1dc2c2aa43392f0.tar.gz tor-d3a20675849e689fa50bf5afb1dc2c2aa43392f0.zip |
bump cvs version to pre17, so people using cvs tor are denied from
the (incompatible) pre16 network
svn:r945
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 99ed7c2bd7..336f52dab6 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.2pre16) +AM_INIT_AUTOMAKE(tor, 0.0.2pre17) AM_CONFIG_HEADER(orconfig.h) CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include" |