diff options
author | Anders Svensson <[email protected]> | 2016-05-10 14:25:22 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2016-05-10 14:25:22 +0200 |
commit | 8bc9c88cd98bbbcc18265a7aed830b73f5133cf6 (patch) | |
tree | 3a71c76d25dc6ed14440bdbdcee90475f2ba2b4d /lib/diameter/vsn.mk | |
parent | 781c493a49485af43037cff6212e854472d7dcdb (diff) | |
parent | 7e125ca3f4b0a6835e54d710a1806aa7406ce909 (diff) | |
download | otp-8bc9c88cd98bbbcc18265a7aed830b73f5133cf6.tar.gz otp-8bc9c88cd98bbbcc18265a7aed830b73f5133cf6.tar.bz2 otp-8bc9c88cd98bbbcc18265a7aed830b73f5133cf6.zip |
Merge branch 'anders/diameter/19.0-rc1/OTP-12913'
* anders/diameter/19.0-rc1/OTP-12913:
vsn -> 1.12
Update appup for 19.0-rc1
Update documentation for CEA/DWA/DPA Result-Code counters
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 836def8447..cb750c69a3 100644 --- a/lib/diameter/vsn.mk +++ b/lib/diameter/vsn.mk @@ -1,6 +1,6 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2010-2015. All Rights Reserved. +# Copyright Ericsson AB 2010-2016. 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 = 1.11.2 +DIAMETER_VSN = 1.12 APP_VSN = $(APPLICATION)-$(DIAMETER_VSN)$(PRE_VSN) |