Show podcastparser version in about

This commit is contained in:
Thomas Perl 2014-10-28 17:03:55 +01:00
parent 8de7d056cf
commit 18454a97b8
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7dde110e27551cecdd8a5ba0d59aa0bfa3bf9614
Subproject commit b0929318f0acc8a93f1054b2ab9d58ee354b18ac

View file

@ -80,6 +80,7 @@ Page {
'',
'gPodder Core ' + py.coreversion,
'gPodder QML UI ' + py.uiversion,
'Podcastparser ' + py.parserversion,
'PyOtherSide ' + py.pluginVersion(),
'Python ' + py.pythonVersion()
].join('\n')