diff options
author | Roger Dingledine <arma@torproject.org> | 2005-10-07 20:17:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-10-07 20:17:39 +0000 |
commit | 2b3e8ab901413e156b1bca833af26526c4d21b68 (patch) | |
tree | 452b2ffb0570fcabecada497754c0b09cad0ce2c /configure.in | |
parent | 69003566c09ec3cad297f916aee8c2ab97bff15f (diff) | |
download | tor-2b3e8ab901413e156b1bca833af26526c4d21b68.tar.gz tor-2b3e8ab901413e156b1bca833af26526c4d21b68.zip |
bump to 0.1.1.8-alpha
svn:r5222
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 233e89b170..a40291390e 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.7-alpha-cvs) +AM_INIT_AUTOMAKE(tor, 0.1.1.8-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |