diff options
author | Micael Karlberg <[email protected]> | 2011-12-16 17:52:39 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-02-03 18:08:29 +0100 |
commit | f555a1b1ed4461c33a99737136daf2793479425e (patch) | |
tree | a3cfaacf30f69968fa3ddfeff20a0707c822179b /lib/inets/vsn.mk | |
parent | ab2ba6f1b0713fbe5c78f67aeefb73ffc006e995 (diff) | |
download | otp-f555a1b1ed4461c33a99737136daf2793479425e.tar.gz otp-f555a1b1ed4461c33a99737136daf2793479425e.tar.bz2 otp-f555a1b1ed4461c33a99737136daf2793479425e.zip |
[inets/httpd] Add server tokens config option
Added ability to configure the server software
header field (with the server_tokens config option).
OTP-9805
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 77eb43a7ed..488947c3a1 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.8.1 +INETS_VSN = 5.9 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |