From 42a417fe91a5cd5cc1f679083e1eb953c115d885 Mon Sep 17 00:00:00 2001 From: Aaron Wells Date: Fri, 10 Jul 2015 12:36:08 +1200 Subject: [PATCH] Version bump for 1.9.8testing Signed-off-by: Aaron Wells --- htdocs/lib/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/lib/version.php b/htdocs/lib/version.php index 5666c9951d..b7904be681 100644 --- a/htdocs/lib/version.php +++ b/htdocs/lib/version.php @@ -15,9 +15,9 @@ $config = new stdClass(); // See https://wiki.mahara.org/index.php/Developer_Area/Version_Numbering_Policy // For upgrades on stable branches, increment the version by one. On master, use the date. -$config->version = 2014032724; +$config->version = 2014032725; $config->series = '1.9'; -$config->release = '1.9.7'; +$config->release = '1.9.8testing'; $config->minupgradefrom = 2009022600; $config->minupgraderelease = '1.1.0 (release tag 1.1.0_RELEASE)'; $config->disablelogin = true; -- GitLab