diff options
author | Anders Svensson <[email protected]> | 2017-03-08 12:32:09 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2017-03-08 12:32:09 +0100 |
commit | 6ed06cfeccfa97fcb98c61e6225ffdc7d79dfd14 (patch) | |
tree | aa3b735ed9c4b5981c2e9c2fa183b18778c0c66b /lib/diameter/vsn.mk | |
parent | b1b8a8d5f60de105371d17fefcb4812887250ff9 (diff) | |
parent | 5f73a469eb3cde2095b573ef9eed7068c425fcd2 (diff) | |
download | otp-6ed06cfeccfa97fcb98c61e6225ffdc7d79dfd14.tar.gz otp-6ed06cfeccfa97fcb98c61e6225ffdc7d79dfd14.tar.bz2 otp-6ed06cfeccfa97fcb98c61e6225ffdc7d79dfd14.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 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) |