diff options
author | Roger Dingledine <arma@torproject.org> | 2004-10-17 05:32:10 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-10-17 05:32:10 +0000 |
commit | 4c2595ca66c3dd66086ab1bee0297ca9beb3c556 (patch) | |
tree | 4cc95b2b176e41c7abd6a43d1eb1cdb4e9bea572 | |
parent | 7ba287da5ae39a7f06e49763504a7e48c91db9a3 (diff) | |
download | tor-0.0.9pre4.tar.gz tor-0.0.9pre4.zip |
bump version to 0.0.9pre4tor-0.0.9pre4
svn:r2557
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 36f5501d0a..349a13e455 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.9pre4-cvs) +AM_INIT_AUTOMAKE(tor, 0.0.9pre4) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |