diff options
author | Roger Dingledine <arma@torproject.org> | 2006-12-02 22:47:46 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-12-02 22:47:46 +0000 |
commit | c5b90daf868963ce7a46b117338fbaaeba30895e (patch) | |
tree | 14d1ebadc16a8b166e0eee4ecc8d46e539a20d07 /src/win32 | |
parent | d1fdabf1c738873e805d4d7dd1772dc98666e18f (diff) | |
download | tor-c5b90daf868963ce7a46b117338fbaaeba30895e.tar tor-c5b90daf868963ce7a46b117338fbaaeba30895e.tar.gz |
cleanups, bump to 0.1.2.4-alpha
svn:r9015
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 5697ac7b8..cd56c9fbb 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -227,5 +227,5 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.1.2.3-alpha-dev" +#define VERSION "0.1.2.4-alpha" |