diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-26 20:59:36 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-26 20:59:36 +0000 |
commit | 15c7c73c5e94f6130a327bd1016221087cfcfb89 (patch) | |
tree | 9ab8fded8f93051e2ddacaa9c619e57e5118b28f /configure.in | |
parent | 9ba2dd7ea1b1984c935dae3ac866484a4307c4dc (diff) | |
download | tor-15c7c73c5e94f6130a327bd1016221087cfcfb89.tar.gz tor-15c7c73c5e94f6130a327bd1016221087cfcfb89.zip |
bump to 0.1.0.4-rc-cvs while we're testing
svn:r4123
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 b86b8c95ca..7d74ade5ea 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.4-rc) +AM_INIT_AUTOMAKE(tor, 0.1.0.4-rc-cvs) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |