diff options
author | Björn Gustavsson <[email protected]> | 2010-08-20 08:25:13 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-08-20 08:25:13 +0200 |
commit | 5d50784c2700c30c9b4e651f3732e1fc5a7250d4 (patch) | |
tree | 66c35ba732e8944473c1e7e639c429af2898e1f7 /lib/cosProperty/vsn.mk | |
parent | 71954b8b4f773b5f45095c0b86b66d9a6ba147ed (diff) | |
parent | b1031a565ae7bdf9e0083133247fd4ba75b4eab8 (diff) | |
download | otp-5d50784c2700c30c9b4e651f3732e1fc5a7250d4.tar.gz otp-5d50784c2700c30c9b4e651f3732e1fc5a7250d4.tar.bz2 otp-5d50784c2700c30c9b4e651f3732e1fc5a7250d4.zip |
Merge branch 'bjorn/remove-tickets-in-vsn' into dev
* bjorn/remove-tickets-in-vsn:
Remove ticket numbers from all vsn.mk files
Diffstat (limited to 'lib/cosProperty/vsn.mk')
-rw-r--r-- | lib/cosProperty/vsn.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/cosProperty/vsn.mk b/lib/cosProperty/vsn.mk index 3d594a8329..ca9a7ca77e 100644 --- a/lib/cosProperty/vsn.mk +++ b/lib/cosProperty/vsn.mk @@ -1,13 +1 @@ COSPROPERTY_VSN = 1.1.12 - -TICKETS = OTP-8543 - -TICKETS_1.1.11 = OTP-8355 - -TICKETS_1.1.10 = OTP-8201 - -TICKETS_1.1.9 = OTP-7987 - -TICKETS_1.1.8 = OTP-7837 - -TICKETS_1.1.7 = OTP-7595 |