diff options
author | Anders Svensson <[email protected]> | 2016-05-09 09:05:32 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2016-05-09 16:09:52 +0200 |
commit | 7e125ca3f4b0a6835e54d710a1806aa7406ce909 (patch) | |
tree | 4cac2eb558c6c0fae57a5b2142e9a2b681bb2d68 | |
parent | 4eb220585d6d88605b09b5ba2a8d497a9bfba578 (diff) | |
download | otp-7e125ca3f4b0a6835e54d710a1806aa7406ce909.tar.gz otp-7e125ca3f4b0a6835e54d710a1806aa7406ce909.tar.bz2 otp-7e125ca3f4b0a6835e54d710a1806aa7406ce909.zip |
vsn -> 1.12
-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) |