diff options
author | Seth Hitefield <sdhitefield@gmail.com> | 2014-07-02 17:46:31 -0400 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2014-08-26 10:40:22 +0200 |
commit | a8c8af1d032f5622168c3b2636800f1e6647267b (patch) | |
tree | 68e52b734b279c80681c26af5009836db40670c2 /grc/python/Platform.py | |
parent | 3c165ab4a17473de1e642830c74027274f4a5a5c (diff) |
grc: adding version information to flowgraph files using XML processing instructions
Diffstat (limited to 'grc/python/Platform.py')
-rw-r--r-- | grc/python/Platform.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', |