diff options
author | Erlang/OTP <[email protected]> | 2015-01-30 16:57:04 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-01-30 16:57:04 +0100 |
commit | cd450ec99350bff295c42252b191687fee415c7a (patch) | |
tree | b7d51daf3351651ee477cb86b98aeb35eec42fa6 /lib/inets/vsn.mk | |
parent | da5fd6235034221c5630fa52aa48370d207027ed (diff) | |
download | otp-cd450ec99350bff295c42252b191687fee415c7a.tar.gz otp-cd450ec99350bff295c42252b191687fee415c7a.tar.bz2 otp-cd450ec99350bff295c42252b191687fee415c7a.zip |
Prepare 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 dbae5e4b3c..7d11916454 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.10.4 +INETS_VSN = 5.10.5 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |