diff options
author | Roger Dingledine <arma@torproject.org> | 2005-09-10 01:47:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-09-10 01:47:27 +0000 |
commit | e58ca648c6d5fe868def7ee45da1bc3e24352892 (patch) | |
tree | 2e29f1a33487bd4308d69708b0aee68b0ae7c27d /configure.in | |
parent | d26523e08964277881c3cdf34dafdc046cf3321d (diff) | |
download | tor-e58ca648c6d5fe868def7ee45da1bc3e24352892.tar tor-e58ca648c6d5fe868def7ee45da1bc3e24352892.tar.gz |
bump to 0.1.1.6-alpha
this time for sure
svn:r4982
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 31ccecc54..689a6a85b 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.5-alpha-cvs) +AM_INIT_AUTOMAKE(tor, 0.1.1.6-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |