diff options
author | Anders Svensson <[email protected]> | 2016-02-29 17:11:10 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2016-02-29 17:23:45 +0100 |
commit | 2d0815f92c022ef1843d201aaf97ef1a5ed377a1 (patch) | |
tree | 3e6b61c282d817ac01b541c9c5210fc26c9ca170 /lib/diameter | |
parent | 1bc2a4aaf51013ef936c4c8965d1fa9267ddf074 (diff) | |
download | otp-2d0815f92c022ef1843d201aaf97ef1a5ed377a1.tar.gz otp-2d0815f92c022ef1843d201aaf97ef1a5ed377a1.tar.bz2 otp-2d0815f92c022ef1843d201aaf97ef1a5ed377a1.zip |
vsn -> 1.9.2.4
Diffstat (limited to 'lib/diameter')
-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 851ae5c3cf..24107a5bdc 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. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -16,5 +16,5 @@ # %CopyrightEnd% APPLICATION = diameter -DIAMETER_VSN = 1.9.2.3 +DIAMETER_VSN = 1.9.2.4 APP_VSN = $(APPLICATION)-$(DIAMETER_VSN)$(PRE_VSN) |