diff options
author | Roger Dingledine <arma@torproject.org> | 2008-03-24 22:14:43 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-03-24 22:14:43 +0000 |
commit | 54c52cb5b1f7ca4f5842d96597b71fff95bfa437 (patch) | |
tree | 032d6f0be4134b05d6f9eea7055a6ee5007d4479 /src/win32 | |
parent | 981ad6021d16ac580ab638afc46956dc50c12a7c (diff) | |
download | tor-54c52cb5b1f7ca4f5842d96597b71fff95bfa437.tar.gz tor-54c52cb5b1f7ca4f5842d96597b71fff95bfa437.zip |
prepare for a 0.2.0.23-rc release today.
svn:r14169
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 f4a92ee7de..c1d74dd600 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -227,6 +227,6 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.0.22-rc" +#define VERSION "0.2.0.23-rc" |