diff options
author | Anders Svensson <[email protected]> | 2017-03-03 15:32:17 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2017-03-03 15:37:31 +0100 |
commit | 7336ae05a17a284063db69e67159356f7190ec66 (patch) | |
tree | 78e9db1dffcc39d91c6f256c037e3d0e45528bc1 /lib/diameter/vsn.mk | |
parent | c946e3572d45665a2ccf5d1373671cef66bc02a5 (diff) | |
download | otp-7336ae05a17a284063db69e67159356f7190ec66.tar.gz otp-7336ae05a17a284063db69e67159356f7190ec66.tar.bz2 otp-7336ae05a17a284063db69e67159356f7190ec66.zip |
vsn -> 1.12.2
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 23219950bb..94d9d72a48 100644 --- a/lib/diameter/vsn.mk +++ b/lib/diameter/vsn.mk @@ -1,6 +1,6 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2010-2016. All Rights Reserved. +# Copyright Ericsson AB 2010-2017. 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.12.1 +DIAMETER_VSN = 1.12.2 APP_VSN = $(APPLICATION)-$(DIAMETER_VSN)$(PRE_VSN) |