diff options
author | Roger Dingledine <arma@torproject.org> | 2004-08-18 21:59:44 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-08-18 21:59:44 +0000 |
commit | 6881c85decc78ea3f7c07b629eaa10f9c1215762 (patch) | |
tree | 569935afbdc390c949d2cf8be4bc2223d38a2c2a | |
parent | ae46b6b077443eae66a530bfa41537b66e4aa863 (diff) | |
download | tor-6881c85decc78ea3f7c07b629eaa10f9c1215762.tar.gz tor-6881c85decc78ea3f7c07b629eaa10f9c1215762.zip |
this isn't pre4, this is rc1
svn:r2296
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ Release notes in progress for 0.0.8: -pre4: +rc1: o Changes from 0.0.7.3: - Bugfixes: - Fix assert triggers: if the other side returns an address 0.0.0.0, diff --git a/configure.in b/configure.in index e30b3c8518..47f44137b0 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.8pre4) +AM_INIT_AUTOMAKE(tor, 0.0.8rc1) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |