diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-08-18 22:25:50 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-08-18 22:25:50 +0000 |
commit | c8b621b1471779089c24def32b97d6c618be3978 (patch) | |
tree | 52cab4957a6a0f7554d8d45eaf66ff29b079b88e | |
parent | 89552dc217fe184faa3ce130d90764db914580c9 (diff) | |
download | tor-c8b621b1471779089c24def32b97d6c618be3978.tar tor-c8b621b1471779089c24def32b97d6c618be3978.tar.gz |
Increment windows version to 0.0.8rc1
svn:r2299
-rw-r--r-- | src/win32/orconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index ddbf23a0f..46b0c956d 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -195,4 +195,4 @@ ine to the address where bug reports for this package should be sent. */ #define UNALIGNED_INT_ACCESS_OK /* Version number of package */ -#define VERSION "0.0.7" +#define VERSION "0.0.8rc1" |