aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cosNotification/vsn.mk
diff options
context:
space:
mode:
authorNiclas Eklund <[email protected]>2010-03-05 12:29:29 +0000
committerErlang/OTP <[email protected]>2010-03-05 12:29:29 +0000
commit02112d8dba5b40cd0adb7ecb2b2ed4340594369f (patch)
tree419201465b64ff5ddf0e5bda170fac6186751e67 /lib/cosNotification/vsn.mk
parent15f7dc0645216b21c7f3165372638080bb86cacb (diff)
downloadotp-02112d8dba5b40cd0adb7ecb2b2ed4340594369f.tar.gz
otp-02112d8dba5b40cd0adb7ecb2b2ed4340594369f.tar.bz2
otp-02112d8dba5b40cd0adb7ecb2b2ed4340594369f.zip
Added missing bracket
Diffstat (limited to 'lib/cosNotification/vsn.mk')
-rw-r--r--lib/cosNotification/vsn.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/cosNotification/vsn.mk b/lib/cosNotification/vsn.mk
index fed10ee195..f4196a2f33 100644
--- a/lib/cosNotification/vsn.mk
+++ b/lib/cosNotification/vsn.mk
@@ -1,6 +1,8 @@
-COSNOTIFICATION_VSN = 1.1.13
+COSNOTIFICATION_VSN = 1.1.14
-TICKETS = OTP-8353 \
+TICKETS = OTP-8489
+
+TICKETS_1.1.13 = OTP-8353 \
OTP-8354 \
OTP-8355