diff --git a/Source/MantisSourceBase.class.php b/Source/MantisSourceBase.class.php index 43e33b383..1b954bfca 100644 --- a/Source/MantisSourceBase.class.php +++ b/Source/MantisSourceBase.class.php @@ -19,7 +19,7 @@ abstract class MantisSourceBase extends MantisPlugin * a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x. * The framework version is incremented when the plugin's core files change. */ - const FRAMEWORK_VERSION = '2.5.0'; + const FRAMEWORK_VERSION = '2.5.1'; /** * Minimum required MantisBT version. diff --git a/SourceSFSVN/SourceSFSVN.php b/SourceSFSVN/SourceSFSVN.php index fc3babd59..fa181b637 100644 --- a/SourceSFSVN/SourceSFSVN.php +++ b/SourceSFSVN/SourceSFSVN.php @@ -9,7 +9,7 @@ class SourceSFSVNPlugin extends SourceSVNPlugin { - const PLUGIN_VERSION = '2.1.0'; + const PLUGIN_VERSION = '2.1.1'; const FRAMEWORK_VERSION_REQUIRED = '2.5.0'; const SOURCESVN_VERSION_REQUIRED = '2.4.0'; diff --git a/SourceViewVC/SourceViewVC.php b/SourceViewVC/SourceViewVC.php index cd461ae39..43a458bda 100644 --- a/SourceViewVC/SourceViewVC.php +++ b/SourceViewVC/SourceViewVC.php @@ -10,7 +10,7 @@ class SourceViewVCPlugin extends SourceSVNPlugin { - const PLUGIN_VERSION = '2.1.0'; + const PLUGIN_VERSION = '2.1.1'; const FRAMEWORK_VERSION_REQUIRED = '2.5.0'; const SOURCESVN_VERSION_REQUIRED = '2.4.0'; diff --git a/SourceVisualSVNServer/SourceVisualSVNServer.php b/SourceVisualSVNServer/SourceVisualSVNServer.php index 288a25f0f..a2469462e 100644 --- a/SourceVisualSVNServer/SourceVisualSVNServer.php +++ b/SourceVisualSVNServer/SourceVisualSVNServer.php @@ -11,7 +11,7 @@ class SourceVisualSVNServerPlugin extends SourceSVNPlugin { - const PLUGIN_VERSION = '2.1.0'; + const PLUGIN_VERSION = '2.1.1'; const FRAMEWORK_VERSION_REQUIRED = '2.5.0'; const SOURCESVN_VERSION_REQUIRED = '2.4.0'; diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index 83a8a6ebe..30bfa59a9 100644 --- a/SourceWebSVN/SourceWebSVN.php +++ b/SourceWebSVN/SourceWebSVN.php @@ -9,7 +9,7 @@ class SourceWebSVNPlugin extends SourceSVNPlugin { - const PLUGIN_VERSION = '2.1.0'; + const PLUGIN_VERSION = '2.1.1'; const FRAMEWORK_VERSION_REQUIRED = '2.5.0'; const SOURCESVN_VERSION_REQUIRED = '2.4.0';