diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-23 10:01:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-23 10:01:11 +0000 |
commit | fed90c300ff5e8c74a30ce0965da645c8ebb4e01 (patch) | |
tree | 938b1fa25e851f66fd98fe7e571db533a1174ed8 /configure.in | |
parent | f35ef825f948ddf50bf5b3022a707dc91dc58f16 (diff) | |
download | tor-fed90c300ff5e8c74a30ce0965da645c8ebb4e01.tar.gz tor-fed90c300ff5e8c74a30ce0965da645c8ebb4e01.zip |
downgrade back to 0.1.1.5-alpha-cvs
it's going to be another while
svn:r4824
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 e6e66dc24f..46f0336242 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.1.6-alpha) +AM_INIT_AUTOMAKE(tor, 0.1.1.5-alpha-cvs) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |