diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-02-10 19:42:31 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-02-10 19:42:31 -0500 |
commit | 5d56c1f4b29c79d17002872c70e6bb2d561cd2ba (patch) | |
tree | 55c387608a4e35ff52829f59f7ec9b87a9050246 /src/win32 | |
parent | dcbf6611d998095364f670e26106019fc3e098d2 (diff) | |
download | tor-5d56c1f4b29c79d17002872c70e6bb2d561cd2ba.tar.gz tor-5d56c1f4b29c79d17002872c70e6bb2d561cd2ba.zip |
Update to 0.4.3.2-alpha-dev
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 5422c97485..7154b30f92 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -217,7 +217,7 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.4.3.2-alpha" +#define VERSION "0.4.3.2-alpha-dev" #define HAVE_STRUCT_SOCKADDR_IN6 #define HAVE_STRUCT_IN6_ADDR |