diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-04 10:07:06 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-04 10:07:06 -0500 |
commit | 5da517e6897c4b997bb165dfd11e95f8f9c2bbbe (patch) | |
tree | 2a85e06bf82796336a912d5eec8cb0af90064666 /src/win32 | |
parent | 08788a81bc4ab3653e95bb8a7e727a28c53b7342 (diff) | |
download | tor-5da517e6897c4b997bb165dfd11e95f8f9c2bbbe.tar.gz tor-5da517e6897c4b997bb165dfd11e95f8f9c2bbbe.zip |
Bump version. (This is not yet the release.)
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 c0b14e5304..7c6159ed5c 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -232,7 +232,7 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.8.0-alpha-dev" +#define VERSION "0.2.8.1-alpha" |