aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco/vsn.mk
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2013-04-19 17:44:37 +0200
committerErlang/OTP <[email protected]>2013-04-19 17:44:37 +0200
commitbda0b2340ab09b8f0f2e0470500c1814ec65392a (patch)
treeffe3138a088a3ef41aa1b25d643e26eb88cd9d20 /lib/megaco/vsn.mk
parentd2c7d9ffb3ceffdb324ce93fc2ea2f442f12c1fe (diff)
parent46d8a5961ba734fa4d5d198c481d34aad65c35e5 (diff)
downloadotp-maint-r13.tar.gz
otp-maint-r13.tar.bz2
otp-maint-r13.zip
Merge branch 'bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r13' into maint-r13maint-r13
* bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r13: [megaco] Used wrong downgrade tag for (flex) handler 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.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/megaco/vsn.mk b/lib/megaco/vsn.mk
index 63c9ab0ef7..74084b7a37 100644
--- a/lib/megaco/vsn.mk
+++ b/lib/megaco/vsn.mk
@@ -1,9 +1,11 @@
APPLICATION = megaco
-MEGACO_VSN = 3.14.1
+MEGACO_VSN = 3.14.2
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(MEGACO_VSN)$(PRE_VSN)"
-TICKETS = OTP-8529 OTP-8561 OTP-8627 OTP-8634
+TICKETS = OTP-10998
+
+TICKETS_3_14_1 = OTP-8529 OTP-8561 OTP-8627 OTP-8634
TICKETS_3_14 = OTP-8317 OTP-8323 OTP-8328 OTP-8362 OTP-8403