diff options
author | David Goulet <dgoulet@torproject.org> | 2021-10-28 09:41:13 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-10-28 09:41:13 -0400 |
commit | 97c976778aa67f7bdb021904041bece17a8f58c5 (patch) | |
tree | b60116b59f105b8a57eba42532dfed686e545e08 /src | |
parent | ae92a92453eb3a0248cb20b153fe35e8cdc608cc (diff) | |
download | tor-97c976778aa67f7bdb021904041bece17a8f58c5.tar.gz tor-97c976778aa67f7bdb021904041bece17a8f58c5.zip |
version: Missing version update in couple files
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src')
-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 5b8c9a635e..3d3b6ba03e 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.5.11" +#define VERSION "0.4.5.11-dev" #define HAVE_STRUCT_SOCKADDR_IN6 #define HAVE_STRUCT_IN6_ADDR |