diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-17 02:22:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-17 02:22:56 +0000 |
commit | 6514843026222fe42fa93b01dfb4ed754beeb282 (patch) | |
tree | 10a30a752e7248ced75f82db6c1df06df455ba1b /src/win32 | |
parent | d6f8ba25c92430cbc0ba9f14da4c7518e309eb0e (diff) | |
download | tor-6514843026222fe42fa93b01dfb4ed754beeb282.tar tor-6514843026222fe42fa93b01dfb4ed754beeb282.tar.gz |
cleanups, bump to 0.2.0.12-alpha
svn:r12516
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 0230ac5b0..55ac18347 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.11-alpha-dev" +#define VERSION "0.2.0.12-alpha" |