diff options
author | Anders Svensson <[email protected]> | 2015-03-24 11:53:15 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2015-03-24 11:53:15 +0100 |
commit | a48186ef9de62ef412327bb4dafe7d50d9278f71 (patch) | |
tree | 9e444cee4d1c05f9d4508e8122ffe8c05d023431 /lib/diameter/vsn.mk | |
parent | 79b86a035adb0068e544401104d4c04db8e2b181 (diff) | |
parent | 6e6929bec4d1aedece23bf55b7f73d9f5ba187e4 (diff) | |
download | otp-a48186ef9de62ef412327bb4dafe7d50d9278f71.tar.gz otp-a48186ef9de62ef412327bb4dafe7d50d9278f71.tar.bz2 otp-a48186ef9de62ef412327bb4dafe7d50d9278f71.zip |
Merge branch 'anders/diameter/17.5/OTP-12435' into maint
* anders/diameter/17.5/OTP-12435:
vsn -> 1.9
Update appup for 17.5
Minor doc fix
Diffstat (limited to 'lib/diameter/vsn.mk')
-rw-r--r-- | lib/diameter/vsn.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/diameter/vsn.mk b/lib/diameter/vsn.mk index 587ae08b3d..c00bac26bb 100644 --- a/lib/diameter/vsn.mk +++ b/lib/diameter/vsn.mk @@ -1,8 +1,6 @@ -#-*-makefile-*- ; force emacs to enter makefile-mode - # %CopyrightBegin% # -# Copyright Ericsson AB 2010-2014. All Rights Reserved. +# Copyright Ericsson AB 2010-2015. 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 +16,5 @@ # %CopyrightEnd% APPLICATION = diameter -DIAMETER_VSN = 1.8 +DIAMETER_VSN = 1.9 APP_VSN = $(APPLICATION)-$(DIAMETER_VSN)$(PRE_VSN) |