From cbdc7f731923f3d86598b5bbb74b69cbd90c32f2 Mon Sep 17 00:00:00 2001
From: Sebastian Müller <gsenpo@gmail.com>
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/templates/gr-newmod/MANIFEST.md | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gr-utils/python')

diff --git a/gr-utils/python/modtool/templates/gr-newmod/MANIFEST.md b/gr-utils/python/modtool/templates/gr-newmod/MANIFEST.md
index cafdae8213..dce8fbd5e8 100644
--- a/gr-utils/python/modtool/templates/gr-newmod/MANIFEST.md
+++ b/gr-utils/python/modtool/templates/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: <module_website> # If you have a separate project website, put it here
 #icon: <icon_url> # Put a URL to a square image here that will be used as an icon on CGRAN
-- 
cgit v1.2.3