From a8c8af1d032f5622168c3b2636800f1e6647267b Mon Sep 17 00:00:00 2001
From: Seth Hitefield <sdhitefield@gmail.com>
Date: Wed, 2 Jul 2014 17:46:31 -0400
Subject: grc: adding version information to flowgraph files using XML
 processing instructions

---
 grc/python/Platform.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'grc/python/Platform.py')

diff --git a/grc/python/Platform.py b/grc/python/Platform.py
index 93527a11b9..3013e59400 100644
--- a/grc/python/Platform.py
+++ b/grc/python/Platform.py
@@ -45,7 +45,7 @@ class Platform(_Platform, _GUIPlatform):
         _Platform.__init__(
             self,
             name='GNU Radio Companion',
-            version=gr.version(),
+            version=(gr.version(), gr.major_version(), gr.api_version(), gr.minor_version()),
             key='grc',
             license=__doc__.strip(),
             website='http://gnuradio.org/redmine/wiki/gnuradio/GNURadioCompanion',
-- 
cgit v1.2.3