diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-16 08:32:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-16 08:32:09 -0500 |
commit | dd524c6335b6d4a554c4bd23e8830c66135a636e (patch) | |
tree | e88520e1f50cbf8253ed5fb2bd7bd7de8f48e1f3 /src/win32 | |
parent | 49062d72b5c022957bcb3bbdd116ec32550794fe (diff) | |
download | tor-dd524c6335b6d4a554c4bd23e8830c66135a636e.tar.gz tor-dd524c6335b6d4a554c4bd23e8830c66135a636e.zip |
Bump to 0.4.0.1-alpha
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 cfc3bc9e9e..51b78b0b33 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -218,7 +218,7 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.4.0.0-alpha-dev" +#define VERSION "0.4.0.1-alpha" |