diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-23 05:47:21 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-23 05:47:21 +0000 |
commit | 6cfce54ab0c0cbce4d1b69df401ac42838d0db9d (patch) | |
tree | 498d9a37373bf5893d7d160b16ecb086bea86646 /configure.in | |
parent | e4908595ba901919d285d1f9eb34739a5dac36a1 (diff) | |
download | tor-6cfce54ab0c0cbce4d1b69df401ac42838d0db9d.tar.gz tor-6cfce54ab0c0cbce4d1b69df401ac42838d0db9d.zip |
bump to 0.1.0.8-rc
svn:r4286
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 345bcd70c5..7b072c82cc 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.7-rc-cvs) +AM_INIT_AUTOMAKE(tor, 0.1.0.8-rc) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |