diff options
author | Roger Dingledine <arma@torproject.org> | 2006-04-10 20:21:34 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-04-10 20:21:34 +0000 |
commit | ff5495fb570b3d5ec3e879c403d8e5afa3d6a2af (patch) | |
tree | a041b61de50746dc810f0bc3e544e92f30cd6a8a /configure.in | |
parent | fb687ba7b670a676e613a973ac5dd6801b3f6c40 (diff) | |
download | tor-ff5495fb570b3d5ec3e879c403d8e5afa3d6a2af.tar.gz tor-ff5495fb570b3d5ec3e879c403d8e5afa3d6a2af.zip |
bump to 0.1.1.18-rc-cvs now that we've fixed a bug.
svn:r6374
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 997c44fefd..023d5d5d7b 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.1.1.18-rc) +AM_INIT_AUTOMAKE(tor, 0.1.1.18-rc-cvs) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |