]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
move us to 0.0.9 tor-0.0.9
authorRoger Dingledine <arma@torproject.org>
Mon, 13 Dec 2004 00:52:35 +0000 (00:52 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 13 Dec 2004 00:52:35 +0000 (00:52 +0000)
svn:r3139

ChangeLog
configure.in
contrib/tor.nsi
src/win32/orconfig.h

index 13490a103666ca5791148e8ac345c064a72697b5..3e8b4e4cffa5fd411f4805a81dd5022aaee3bde8 100644 (file)
--- 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.
index 80e07d926f7212b9848bc9e97210933f586a3325..9a245dc079b9dab2a11f83df557b08eb10e26f51 100644 (file)
@@ -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
index 24e9d903acb44d7064188714cabdb65777217efa..46cea407889c79a7553cdbefb798b36c107a06d0 100644 (file)
@@ -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/"
 
index e482241ac7494ccc54971e906a633aef321b0de0..bfb27bb42b5ff84aaa8c555848f52bad102df322 100644 (file)
 #define UNALIGNED_INT_ACCESS_OK
 
 /* Version number of package */
-#define VERSION "0.0.9rc7"
+#define VERSION "0.0.9"