aboutsummaryrefslogtreecommitdiffstats
path: root/lib/odbc
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-08-18 16:50:11 +0200
committerBjörn Gustavsson <[email protected]>2010-08-18 16:50:11 +0200
commitb1031a565ae7bdf9e0083133247fd4ba75b4eab8 (patch)
treee492f0de4730c33fd59c407086f981276a7f170b /lib/odbc
parent1f200bbf7c8dede1863d1de9ba584bec84c81aac (diff)
downloadotp-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/odbc')
-rw-r--r--lib/odbc/vsn.mk22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/odbc/vsn.mk b/lib/odbc/vsn.mk
index d813466437..fac3f06d4b 100644
--- a/lib/odbc/vsn.mk
+++ b/lib/odbc/vsn.mk
@@ -1,23 +1 @@
ODBC_VSN = 2.10.8
-
-TICKETS = OTP-7452 OTP-8511
-
-TICKETS_2.10.6 = \
- OTP-8250 \
- OTP-8291
-
-TICKETS_2.10.5 = \
- OTP-7978
-
-TICKETS_2.10.4 = \
- OTP-7720 \
- OTP-7721
-
-TICKETS_2.10.3 = \
- OTP-7418
-TICKETS_2.10.2 = \
- OTP-7297
-TICKETS_2.10.1 = \
- OTP-7019 \
- OTP-7294 \
- OTP-7307