diff options
author | David Goulet <dgoulet@torproject.org> | 2021-09-17 09:32:57 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-09-17 09:42:45 -0400 |
commit | 927f9a12a6502e43c0374fea6c2a3c67696e0437 (patch) | |
tree | 92557ec237e072a765004d9a65d6f64d5a8e5ed5 /src/win32 | |
parent | 9a7fe5d131e036417f373fea13044eba7cd3abb3 (diff) | |
download | tor-927f9a12a6502e43c0374fea6c2a3c67696e0437.tar.gz tor-927f9a12a6502e43c0374fea6c2a3c67696e0437.zip |
Bump version to 0.4.7.1-alpha
Signed-off-by: David Goulet <dgoulet@torproject.org>
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 841d227a43..2d97ea858a 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.7.0-alpha-dev" +#define VERSION "0.4.7.1-alpha" #define HAVE_STRUCT_SOCKADDR_IN6 #define HAVE_STRUCT_IN6_ADDR |