diff --git a/Source/lang/strings_english.txt b/Source/lang/strings_english.txt index 15fbd59..8e2c4bb 100644 --- a/Source/lang/strings_english.txt +++ b/Source/lang/strings_english.txt @@ -14,7 +14,7 @@ $s_plugin_Source_ = ''; $s_plugin_Source_title = 'Source Control Integration'; $s_plugin_Source_description = 'Source control integration using an abstract API to support any source control software.'; -$s_plugin_Source_version = '0.9c'; +$s_plugin_Source_version = '0.10'; $s_plugin_Source_repository = 'Repository'; $s_plugin_Source_repositories = 'Repositories'; diff --git a/SourceGithub/SourceGithub.php b/SourceGithub/SourceGithub.php index 8076bb9..44df3da 100644 --- a/SourceGithub/SourceGithub.php +++ b/SourceGithub/SourceGithub.php @@ -25,7 +25,7 @@ $this->version = '0.1'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.9a', + 'Source' => '0.10', ); $this->author = 'John Reese'; diff --git a/SourceSFSVN/SourceSFSVN.php b/SourceSFSVN/SourceSFSVN.php index 782dc0d..893fb0a 100644 --- a/SourceSFSVN/SourceSFSVN.php +++ b/SourceSFSVN/SourceSFSVN.php @@ -23,7 +23,7 @@ $this->version = '0.9b'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.9b', + 'Source' => '0.10', ); $this->author = 'John Reese'; diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index b332771..36eea7f 100644 --- a/SourceWebSVN/SourceWebSVN.php +++ b/SourceWebSVN/SourceWebSVN.php @@ -23,7 +23,7 @@ $this->version = '0.9b'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.9b', + 'Source' => '0.10', ); $this->author = 'John Reese';