Skip to content

Commit de3f95e

Browse files
committed
Modified version number for stable release
1 parent 634d5cd commit de3f95e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

EmailReporting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function register()
6161
$this->description = plugin_lang_get( 'plugin_description' );
6262
$this->page = 'manage_config';
6363

64-
$this->version = '0.9.0-DEV';
64+
$this->version = '0.9.0';
6565
$this->requires = array(
6666
'MantisCore' => '1.2.6, <1.3.99',
6767
);

doc/CHANGELOG.bug_report_mail.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog:
2-
Okt 2015 - EmailReporting-0.9.0-DEV
2+
Dec 2015 - EmailReporting-0.9.0
33
- Minimum requirement for EmailReporting is now MantisBT 1.2.6
4-
- Officially compatible with MantisBT 1.2.6-1.2.18
4+
- Officially compatible with MantisBT 1.2.6-1.2.19
55
- Preliminary compatibility for MantisBT 1.3.x
66
- Updated pear packages (Fixes issue ~28437)
77
- New rule system added

0 commit comments

Comments
 (0)