--- a/Plugins/PluginVcsPySvn.py Fri Nov 11 18:41:16 2016 +0100 +++ b/Plugins/PluginVcsPySvn.py Sat Nov 12 17:28:22 2016 +0100 @@ -17,6 +17,7 @@ import Preferences from Preferences.Shortcuts import readShortcuts +import UI.Info from VcsPlugins.vcsPySvn.SvnUtilities import getConfigPath, getServersPath @@ -25,7 +26,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = True -version = "6.2.0" +version = UI.Info.VersionOnly pluginType = "version_control" pluginTypename = "PySvn" className = "VcsPySvnPlugin"