From e6602fdb6078a40187a52e97e5832e147c12dc43 Mon Sep 17 00:00:00 2001 From: Sebastian Müller Date: Sun, 9 Feb 2020 11:33:04 +0100 Subject: gr-newmod: Update MANIFEST with `gr_supported_version` Cgran was extended to display supported GNU Radio versions of OOTs. To leverage this feature, a `gr_supported_version` key needs to be provided by the OOT's MANIFEST. This commit extends gr-newmod's MAIFEST by this key. --- gr-utils/python/modtool/gr-newmod/MANIFEST.md | 1 + 1 file changed, 1 insertion(+) diff --git a/gr-utils/python/modtool/gr-newmod/MANIFEST.md b/gr-utils/python/modtool/gr-newmod/MANIFEST.md index cafdae821..dce8fbd5e 100644 --- a/gr-utils/python/modtool/gr-newmod/MANIFEST.md +++ b/gr-utils/python/modtool/gr-newmod/MANIFEST.md @@ -7,6 +7,7 @@ author: copyright_owner: - Copyright Owner 1 license: +gr_supported_version: # Put a comma separated list of supported GR versions here #repo: # Put the URL of the repository here, or leave blank for default #website: # If you have a separate project website, put it here #icon: # Put a URL to a square image here that will be used as an icon on CGRAN -- cgit v1.2.3-59-g8ed1b