diff options
author | David Goulet <dgoulet@torproject.org> | 2021-10-28 09:40:50 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-10-28 09:40:50 -0400 |
commit | fa438b6cf023df22e78dc2640bcd00da7d08846c (patch) | |
tree | a671308b598c02c811b6a79dd09d8661652d7395 /src | |
parent | 14385ce71e1d7bddc671d3805d3b7dcb17eeded9 (diff) | |
download | tor-fa438b6cf023df22e78dc2640bcd00da7d08846c.tar.gz tor-fa438b6cf023df22e78dc2640bcd00da7d08846c.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 f32c725b07..8170b1bcb4 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.3.5.17" +#define VERSION "0.3.5.17-dev" |