diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-05-01 20:55:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-05-01 20:55:31 +0000 |
commit | 6fa2ded74c632ea6f408ffbcac49f4e921d9b802 (patch) | |
tree | 470ef1bdc6f7daf764784864f05e385c46dc5726 /src/win32 | |
parent | 908ccb9dcdff19c6015a31726d2db5db5fef3ede (diff) | |
download | tor-6fa2ded74c632ea6f408ffbcac49f4e921d9b802.tar.gz tor-6fa2ded74c632ea6f408ffbcac49f4e921d9b802.zip |
Fix windows compile
svn:r1757
Diffstat (limited to 'src/win32')
-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 09a84282fb..07d61a4306 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -190,4 +190,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.6rc2" +#define VERSION "0.0.6rc3" |