From d3831a5edd51cf9edfea7ee315712858fd35793f Mon Sep 17 00:00:00 2001 From: Lionel Lecaque Date: Fri, 19 Feb 2016 17:33:19 +0000 Subject: [PATCH] bump version to 2.16.1 --- manifest.php | 2 +- scripts/update/Updater.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.php b/manifest.php index 1e6940d1a5..d4427b992f 100755 --- a/manifest.php +++ b/manifest.php @@ -33,7 +33,7 @@ 'label' => 'QTI test model', 'description' => 'TAO QTI test implementation', 'license' => 'GPL-2.0', - 'version' => '2.16.0', + 'version' => '2.16.1', 'author' => 'Open Assessment Technologies', 'requires' => array( 'taoTests' => '>=2.6', diff --git a/scripts/update/Updater.php b/scripts/update/Updater.php index 489a2a1e99..a7555ea63a 100644 --- a/scripts/update/Updater.php +++ b/scripts/update/Updater.php @@ -234,7 +234,9 @@ public function update($initialVersion) { $currentVersion = '2.16.0'; } - + if ($currentVersion === '2.16.0') { + $currentVersion = '2.16.1'; + } return $currentVersion; } }