From 094d72d9fd9e4ec1d445a566e25c42279c170af0 Mon Sep 17 00:00:00 2001 From: SL-Gundam Date: Mon, 2 Jan 2017 21:10:18 +0100 Subject: [PATCH] Change version number --- EmailReporting.php | 2 +- doc/CHANGELOG.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EmailReporting.php b/EmailReporting.php index 2b2b592..a3ce84e 100644 --- a/EmailReporting.php +++ b/EmailReporting.php @@ -61,7 +61,7 @@ function register() $this->description = plugin_lang_get( 'plugin_description' ); $this->page = 'manage_config'; - $this->version = '0.9.3-DEV'; + $this->version = '0.9.3'; $this->requires = array( 'MantisCore' => '1.2.6, <2.0.99', ); diff --git a/doc/CHANGELOG.txt b/doc/CHANGELOG.txt index a001168..c1b84fc 100644 --- a/doc/CHANGELOG.txt +++ b/doc/CHANGELOG.txt @@ -1,5 +1,5 @@ Changelog: -Jul 2016 - EmailReporting-0.9.3-DEV +Jul 2016 - EmailReporting-0.9.3 - Preliminary support for MantisBT 2.0.x and ModernUI - Fix possible fatal error on return value - Added error when __construct is not run when it should have