Browse Source

move us to 0.0.9

svn:r3139
Roger Dingledine 19 years ago
parent
commit
c0cb824857
4 changed files with 4 additions and 4 deletions
  1. 1 1
      ChangeLog
  2. 1 1
      configure.in
  3. 1 1
      contrib/tor.nsi
  4. 1 1
      src/win32/orconfig.h

+ 1 - 1
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.

+ 1 - 1
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

+ 1 - 1
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/"
 

+ 1 - 1
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"