summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
-rw-r--r--contrib/tor.nsi2
-rw-r--r--src/win32/orconfig.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 13490a1036..3e8b4e4cff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-Changes in version 0.0.9 - forthcoming
+Changes in version 0.0.9 - 2004-12-12
o Bugfixes on 0.0.8.1 (Crashes and asserts):
- Catch and ignore SIGXFSZ signals when log files exceed 2GB; our
write() call will fail and we handle it there.
diff --git a/configure.in b/configure.in
index 80e07d926f..9a245dc079 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.9rc7)
+AM_INIT_AUTOMAKE(tor, 0.0.9)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
diff --git a/contrib/tor.nsi b/contrib/tor.nsi
index 24e9d903ac..46cea40788 100644
--- a/contrib/tor.nsi
+++ b/contrib/tor.nsi
@@ -31,7 +31,7 @@
!include "MUI.nsh"
-!define VERSION "0.0.9rc7"
+!define VERSION "0.0.9"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "http://freehaven.net/tor/"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index e482241ac7..bfb27bb42b 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -199,4 +199,4 @@
#define UNALIGNED_INT_ACCESS_OK
/* Version number of package */
-#define VERSION "0.0.9rc7"
+#define VERSION "0.0.9"