diff options
author | Erlang/OTP <[email protected]> | 2013-01-15 17:34:16 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-01-15 17:34:16 +0100 |
commit | bfba6179b6c9b31b2308518a7b8b5dbe717b602b (patch) | |
tree | e5b07ee953596b833fd9a6dc4d4fd0e13d149c70 /lib/diameter/vsn.mk | |
parent | 3c05d3389f8b45e5b9f13a874de53ec521981a41 (diff) | |
parent | 5ba9aaf86685768eeffa672df42a107368d3b8b9 (diff) | |
download | otp-bfba6179b6c9b31b2308518a7b8b5dbe717b602b.tar.gz otp-bfba6179b6c9b31b2308518a7b8b5dbe717b602b.tar.bz2 otp-bfba6179b6c9b31b2308518a7b8b5dbe717b602b.zip |
Merge branch 'anders/diameter/eval_clause/OTP-10685' into maint-r15
* anders/diameter/eval_clause/OTP-10685:
vsn -> 1.3.1
Update appup
Traffic suite comments plus a minor match tweak
Add a testcase
Reverse swapped arguments
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 c9f74ffcec..7b2208137b 100644 --- a/lib/diameter/vsn.mk +++ b/lib/diameter/vsn.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2010-2012. All Rights Reserved. +# Copyright Ericsson AB 2010-2013. 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,7 +18,7 @@ # %CopyrightEnd% APPLICATION = diameter -DIAMETER_VSN = 1.3 +DIAMETER_VSN = 1.3.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(DIAMETER_VSN)$(PRE_VSN)" |