diff options
author | Anders Svensson <[email protected]> | 2014-01-23 19:02:43 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2014-01-27 16:58:23 +0100 |
commit | 373aa17b2a66420c65a545de477cf54be4deda3e (patch) | |
tree | 9165a38950beadb3f139fe7f5a59273da9314eca /lib | |
parent | 11d657f6df177bf14d4d7eac5c46332ef7a9b1c2 (diff) | |
download | otp-373aa17b2a66420c65a545de477cf54be4deda3e.tar.gz otp-373aa17b2a66420c65a545de477cf54be4deda3e.tar.bz2 otp-373aa17b2a66420c65a545de477cf54be4deda3e.zip |
vsn -> 1.6
Diffstat (limited to 'lib')
-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 9fda067f2b..54019fa46c 100644 --- a/lib/diameter/vsn.mk +++ b/lib/diameter/vsn.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2010-2013. All Rights Reserved. +# Copyright Ericsson AB 2010-2014. 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 @@ -18,5 +18,5 @@ # %CopyrightEnd% APPLICATION = diameter -DIAMETER_VSN = 1.5 +DIAMETER_VSN = 1.6 APP_VSN = $(APPLICATION)-$(DIAMETER_VSN)$(PRE_VSN) |