diff options
author | Péter Dimitrov <[email protected]> | 2017-09-14 17:34:47 +0200 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2017-09-14 17:34:47 +0200 |
commit | 94333e038485030f385012c99c0e7995ae03f499 (patch) | |
tree | 334d4683baf7437ca4b0c7ccc8bac966b80aa3e8 /erts/vsn.mk | |
parent | bd36da0f509ee4e357fdf51b60f3dfcecc824eb8 (diff) | |
parent | a3c983b4ba8755e39083bdaa785e400e8b5d745c (diff) | |
download | otp-94333e038485030f385012c99c0e7995ae03f499.tar.gz otp-94333e038485030f385012c99c0e7995ae03f499.tar.bz2 otp-94333e038485030f385012c99c0e7995ae03f499.zip |
Merge branch 'maint-20' into maint
* maint-20:
Updated OTP version
Update release notes
Update version numbers
inets: httpd correct server_name environment value
inets: httpd - Add chunk handling of client data
inets: Restore old behavior when parsing "+"
inets: prepare for release
Diffstat (limited to 'erts/vsn.mk')
-rw-r--r-- | erts/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/vsn.mk b/erts/vsn.mk index 8ed3993177..c231c9c27d 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 9.0.4 +VSN = 9.0.5 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |