diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-15 13:26:08 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-15 13:26:08 +0000 |
commit | 14b9615d7d449774f4d0000d6590077a77b8ad24 (patch) | |
tree | 1478ac9683d8d60b3987bb1729365b6fb9993a8b /configure.in | |
parent | 6d978b78e70053094d2f6d57520cc94dccb580a2 (diff) | |
download | tor-14b9615d7d449774f4d0000d6590077a77b8ad24.tar.gz tor-14b9615d7d449774f4d0000d6590077a77b8ad24.zip |
bump cvs to 0.1.0.6-rc-cvs
svn:r4231
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 d98d00d22b..4b3b6bec37 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.6-rc) +AM_INIT_AUTOMAKE(tor, 0.1.0.6-rc-cvs) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |