diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-18 04:01:57 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-18 04:01:57 +0000 |
commit | 208dc969b3218e710bdad34902d99fd5d145d5f5 (patch) | |
tree | 17c94091752663e28fe2816e5e046be818909a06 /configure.in | |
parent | 0fa1890e0efa5123cbd6c7684677c1500eb575b6 (diff) | |
download | tor-208dc969b3218e710bdad34902d99fd5d145d5f5.tar.gz tor-208dc969b3218e710bdad34902d99fd5d145d5f5.zip |
bump to 0.1.0.7-rc-cvs
svn:r4267
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 1a3c02c48a..48242a419f 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright 2004-2005 Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.1.0.7-rc) +AM_INIT_AUTOMAKE(tor, 0.1.0.7-rc-cvs) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |