diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-28 10:40:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-28 10:40:08 -0500 |
commit | 58908b6540d7296109b60e187ff788b20e79aba5 (patch) | |
tree | dfd1af2dae0eda614d34207b271d34fa58251170 /src | |
parent | 4128a8cabdb530fcbe1dda5a21887d7728e4d752 (diff) | |
download | tor-58908b6540d7296109b60e187ff788b20e79aba5.tar.gz tor-58908b6540d7296109b60e187ff788b20e79aba5.zip |
bump version to 0.3.0.4-rc
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 ec4d62b8c2..5542452ba2 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.0.3-alpha-dev" +#define VERSION "0.3.0.4-rc" |