--- a/Plugins/PluginVcsSubversion.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginVcsSubversion.py Sat Jul 24 18:10:28 2010 +0200 @@ -25,7 +25,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = True -version = "5.0.0" +version = "5.1.0" pluginType = "version_control" pluginTypename = "Subversion" className = "VcsSubversionPlugin" @@ -229,4 +229,4 @@ """ Public method to prepare for an uninstallation. """ - e5App().unregisterPluginObject(pluginTypename) + e5App().unregisterPluginObject(pluginTypename) \ No newline at end of file