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 /lib/inets/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 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 96796f11c0..c4314f1ab5 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.4 +INETS_VSN = 6.4.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |