diff --git a/Source/lang/strings_english.txt b/Source/lang/strings_english.txt index cef7119..c6bd9b4 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.12'; +$s_plugin_Source_version = '0.12a'; $s_plugin_Source_repository = 'Repository'; $s_plugin_Source_repositories = 'Repositories'; diff --git a/SourceGithub/SourceGithub.php b/SourceGithub/SourceGithub.php index 329fba2..ae6837e 100644 --- a/SourceGithub/SourceGithub.php +++ b/SourceGithub/SourceGithub.php @@ -22,10 +22,10 @@ $this->name = lang_get( 'plugin_SourceGithub_title' ); $this->description = lang_get( 'plugin_SourceGithub_description' ); - $this->version = '0.12'; + $this->version = '0.12a'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.12', + 'Source' => '0.12a', 'Meta' => '0.1', ); diff --git a/SourceSFSVN/SourceSFSVN.php b/SourceSFSVN/SourceSFSVN.php index 885d721..5a14f75 100644 --- a/SourceSFSVN/SourceSFSVN.php +++ b/SourceSFSVN/SourceSFSVN.php @@ -20,10 +20,10 @@ $this->name = lang_get( 'plugin_SourceSFSVN_title' ); $this->description = lang_get( 'plugin_SourceSFSVN_description' ); - $this->version = '0.12'; + $this->version = '0.12a'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.12', + 'Source' => '0.12a', ); $this->author = 'John Reese'; diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index 06a9a5b..d123a4d 100644 --- a/SourceWebSVN/SourceWebSVN.php +++ b/SourceWebSVN/SourceWebSVN.php @@ -20,10 +20,10 @@ $this->name = lang_get( 'plugin_SourceWebSVN_title' ); $this->description = lang_get( 'plugin_SourceWebSVN_description' ); - $this->version = '0.12'; + $this->version = '0.12a'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.12', + 'Source' => '0.12a', ); $this->author = 'John Reese';