aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco/vsn.mk
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2013-04-30 18:00:23 +0200
committerErlang/OTP <[email protected]>2013-04-30 18:00:23 +0200
commite820193932ba124378102bb6823a837277ac9b87 (patch)
tree3566a2c5d462e8b9b2bd69cc4af77232d21aae1f /lib/megaco/vsn.mk
parentc9a6ea38eb2a2a3c3d91e3905ce561fd001320be (diff)
parentd7b7a545ab88088e53e632f2a24824861b60ec48 (diff)
downloadotp-maint-r14.tar.gz
otp-maint-r14.tar.bz2
otp-maint-r14.zip
Merge branch 'bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r14' into maint-r14maint-r14
* bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r14: [megaco] Used wrong downgrade tag for (flex) handler [megaco] Misc codec tickets test case fixes [megaco] Misc fixes of the (internal) megaco test server Changed name of test case functions (from seq12263 to otp10998) Assign correct version and updated release notes accordingly. Removed comments Ensure of incorrect number of terms when scanning property groups Uncommented test cases Add new messages Calculation of term_spec size (initial and next) changed Minor test case rework Test case cleanup Add rule for test beam'es Preliminary test case updates
Diffstat (limited to 'lib/megaco/vsn.mk')
-rw-r--r--lib/megaco/vsn.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/megaco/vsn.mk b/lib/megaco/vsn.mk
index c1476488ca..99f8c6cd11 100644
--- a/lib/megaco/vsn.mk
+++ b/lib/megaco/vsn.mk
@@ -2,7 +2,7 @@
# %CopyrightBegin%
#
-# Copyright Ericsson AB 1997-2011. 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.15.1.1
+MEGACO_VSN = 3.15.2
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(MEGACO_VSN)$(PRE_VSN)"