diff options
author | Micael Karlberg <[email protected]> | 2013-04-17 14:19:29 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-04-17 14:19:29 +0200 |
commit | 10ca34488869c17cbd2d1a14ede4f4a8af67726e (patch) | |
tree | 9a1e29a244841f30713efd252a400f6b06740b9b /lib/megaco/vsn.mk | |
parent | 98bad864871eada14c948d27be9998bed36e2f50 (diff) | |
parent | f3262e19759cebd3a602ef3124c01cbca4683ad8 (diff) | |
download | otp-10ca34488869c17cbd2d1a14ede4f4a8af67726e.tar.gz otp-10ca34488869c17cbd2d1a14ede4f4a8af67726e.tar.bz2 otp-10ca34488869c17cbd2d1a14ede4f4a8af67726e.zip |
Merge branch 'bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r14' into bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r15
Conflicts:
lib/megaco/.gitignore
lib/megaco/doc/src/notes.xml
lib/megaco/src/app/megaco.appup.src
lib/megaco/src/flex/megaco_flex_scanner_drv.flex.src
lib/megaco/test/megaco_codec_v2_test.erl
lib/megaco/vsn.mk
Diffstat (limited to 'lib/megaco/vsn.mk')
-rw-r--r-- | lib/megaco/vsn.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/megaco/vsn.mk b/lib/megaco/vsn.mk index 5e72ade769..d18a07fb08 100644 --- a/lib/megaco/vsn.mk +++ b/lib/megaco/vsn.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 1997-2012. All Rights Reserved. +# Copyright Ericsson AB 1997-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,6 +18,6 @@ # %CopyrightEnd% APPLICATION = megaco -MEGACO_VSN = 3.16.0.2 +MEGACO_VSN = 3.16.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(MEGACO_VSN)$(PRE_VSN)" |