diff options
author | Björn Gustavsson <[email protected]> | 2010-08-18 16:50:11 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-08-18 16:50:11 +0200 |
commit | b1031a565ae7bdf9e0083133247fd4ba75b4eab8 (patch) | |
tree | e492f0de4730c33fd59c407086f981276a7f170b /lib/mnesia | |
parent | 1f200bbf7c8dede1863d1de9ba584bec84c81aac (diff) | |
download | otp-b1031a565ae7bdf9e0083133247fd4ba75b4eab8.tar.gz otp-b1031a565ae7bdf9e0083133247fd4ba75b4eab8.tar.bz2 otp-b1031a565ae7bdf9e0083133247fd4ba75b4eab8.zip |
Remove ticket numbers from all vsn.mk files
Some application's vsn.mk files contained a list of the ticket
numbers fixed in each version.
Since that information can be obtained from the notes.xml file or
from the merge commits in the git repository (provided that the
branch name includes the ticket number), there is no reason to
manually maintain that information in the vsn.mk files.
Diffstat (limited to 'lib/mnesia')
-rw-r--r-- | lib/mnesia/vsn.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/mnesia/vsn.mk b/lib/mnesia/vsn.mk index 2780b737b6..ab2bb73c33 100644 --- a/lib/mnesia/vsn.mk +++ b/lib/mnesia/vsn.mk @@ -1,17 +1 @@ - MNESIA_VSN = 4.4.14 - -TICKETS = OTP-8519 -#TICKETS_4.4.13 = OTP-8402 OTP-8406 -#TICKETS_4.4.12 = OTP-8250 -#TICKETS_4.4.11 = OTP-8074 -#TICKETS_4.4.10 = OTP-7928 OTP-7968 OTP-8002 -#TICKETS_4.4.9 = OTP-7911 -#TICKETS_4.4.8 = OTP-7753 OTP-7835 -#TICKETS_4.4.7 = OTP-7524 OTP-7625 -#TICKETS_4.4.6 = OTP-7585 -#TICKETS_4.4.5 = OTP-7466 -#TICKETS_4.4.4 = OTP-7419 -#TICKETS_4.4.3 = OTP-7340 OTP-7378 OTP-7383 -#TICKETS_4.4.2 = OTP-7205 OTP-7208 -#TICKETS_4.4.1 = OTP-7170 |