diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-23 13:48:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-23 13:48:13 -0400 |
commit | a8accd55f251b9be5da7a80894e6d76b6496e1ab (patch) | |
tree | 57c5e15c15f6bc0a40debda3dc0256508db4ed14 /src/win32 | |
parent | 3323615dd2bffa54970624bb6eb2465f4064d812 (diff) | |
download | tor-a8accd55f251b9be5da7a80894e6d76b6496e1ab.tar.gz tor-a8accd55f251b9be5da7a80894e6d76b6496e1ab.zip |
Bump version (and explain how)
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 af3c5f5417..6bb0cbc561 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.7.1-alpha-dev" +#define VERSION "0.2.7.2-alpha" |