diff options
author | Anders Svensson <[email protected]> | 2018-03-06 09:31:53 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2018-03-06 09:31:53 +0100 |
commit | b750739e8ade1490b023245a1378b74655277386 (patch) | |
tree | d8b1c126022b5250a59ae4415c3b7cc97325a8c8 /lib/diameter/vsn.mk | |
parent | f52f9f312d811e0a8b83b8427944f4e9b3ffd6b8 (diff) | |
parent | 84a2ed39f035dd1a569dca370dc11876993c6ecf (diff) | |
download | otp-b750739e8ade1490b023245a1378b74655277386.tar.gz otp-b750739e8ade1490b023245a1378b74655277386.tar.bz2 otp-b750739e8ade1490b023245a1378b74655277386.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/diameter/vsn.mk')
-rw-r--r-- | lib/diameter/vsn.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/vsn.mk b/lib/diameter/vsn.mk index 0c852d75cd..b0fb4ada28 100644 --- a/lib/diameter/vsn.mk +++ b/lib/diameter/vsn.mk @@ -1,6 +1,6 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2010-2017. All Rights Reserved. +# Copyright Ericsson AB 2010-2018. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,5 +17,5 @@ # %CopyrightEnd% APPLICATION = diameter -DIAMETER_VSN = 2.1.3 +DIAMETER_VSN = 2.1.4 APP_VSN = $(APPLICATION)-$(DIAMETER_VSN)$(PRE_VSN) |