diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-07 10:23:40 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-07 10:23:40 -0500 |
commit | 8eaa8631794cce7d4a5f0713360cbc3bbaf4b199 (patch) | |
tree | bcb3e6dad73d439e1b012874aac723ed3fc67e71 /src | |
parent | 2d279eaa96bde700e73479e7f03191b61760ae95 (diff) | |
parent | 63eed6edfffe8924a598993d5cb1e95d2d0b470b (diff) | |
download | tor-8eaa8631794cce7d4a5f0713360cbc3bbaf4b199.tar.gz tor-8eaa8631794cce7d4a5f0713360cbc3bbaf4b199.zip |
Merge branch 'maint-0.3.3' into release-0.3.3
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 72489d7021..2131d4f438 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.3.10-dev" +#define VERSION "0.3.3.11" |