diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-08-26 01:27:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-08-26 01:27:58 +0000 |
commit | 6e844ea7431d7cc1d5397cc424e1bd576c94dae0 (patch) | |
tree | 4e17114001efe46a55db26b673f3db38d218d22d | |
parent | 0987cf4bec2c396976e3dcee81c344c3d0a5208f (diff) | |
download | tor-6e844ea7431d7cc1d5397cc424e1bd576c94dae0.tar tor-6e844ea7431d7cc1d5397cc424e1bd576c94dae0.tar.gz |
Bump windows version to 0.0.8
svn:r2319
-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 46b0c956d..114af1d43 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.8rc1" +#define VERSION "0.0.8" |