From b1031a565ae7bdf9e0083133247fd4ba75b4eab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 18 Aug 2010 16:50:11 +0200 Subject: 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. --- lib/public_key/vsn.mk | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/public_key') diff --git a/lib/public_key/vsn.mk b/lib/public_key/vsn.mk index 4b3071a85b..775fccf5bc 100644 --- a/lib/public_key/vsn.mk +++ b/lib/public_key/vsn.mk @@ -1,11 +1 @@ PUBLIC_KEY_VSN = 0.7 - -TICKETS = OTP-8626 OTP-8649 - -#TICKETS_0.6 = OTP-7046 \ -# OTP-8553 -#TICKETS_0.5 = OTP-8372 -#TICKETS_0.4 = OTP-8250 -#TICKETS_0.3 = OTP-8100 OTP-8142 -#TICKETS_0.2 = OTP-7860 -#TICKETS_0.1 = OTP-7637 \ No newline at end of file -- cgit v1.2.3