aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-08-18 21:59:44 +0000
committerRoger Dingledine <arma@torproject.org>2004-08-18 21:59:44 +0000
commit6881c85decc78ea3f7c07b629eaa10f9c1215762 (patch)
tree569935afbdc390c949d2cf8be4bc2223d38a2c2a
parentae46b6b077443eae66a530bfa41537b66e4aa863 (diff)
downloadtor-6881c85decc78ea3f7c07b629eaa10f9c1215762.tar.gz
tor-6881c85decc78ea3f7c07b629eaa10f9c1215762.zip
this isn't pre4, this is rc1
svn:r2296
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1275907827..f62ada6738 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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