diff --git a/Source/lang/strings_english.txt b/Source/lang/strings_english.txt index 81661a2..52cbb7d 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.9'; +$s_plugin_Source_version = '0.9a'; $s_plugin_Source_repository = 'Repository'; $s_plugin_Source_repositories = 'Repositories'; diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index 386bc5c..6d07ca5 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.9'; + $this->version = '0.9a'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.9', + 'Source' => '0.9a', ); $this->author = 'John Reese';