diff options
author | Roger Dingledine <arma@torproject.org> | 2005-09-14 03:59:33 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-09-14 03:59:33 +0000 |
commit | 76e6cc0c2b93847a52ad5c1e56377682d1cbd387 (patch) | |
tree | d8a3c99c2f0f5d4585f2c0fc350eb884afda3a4c /configure.in | |
parent | ca727ba6e1544b7657c5c93183fd64889b0cd2ea (diff) | |
download | tor-76e6cc0c2b93847a52ad5c1e56377682d1cbd387.tar.gz tor-76e6cc0c2b93847a52ad5c1e56377682d1cbd387.zip |
bump to 0.1.1.7-alpha
svn:r5051
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 f3843f8e6a..38b5b3a7de 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-cvs) +AM_INIT_AUTOMAKE(tor, 0.1.1.7-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |