Skip to content

Commit f69ab02

Browse files
committed
version: Update MAJOR_VERSION
This updates the MAJOR_VERSION for 1.14.x series.
1 parent 48d6da0 commit f69ab02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ function croak($message) {
339339

340340
#Current version && schema signature (Changes from version to version)
341341
define('GIT_VERSION','$git');
342-
define('MAJOR_VERSION', '1.12');
342+
define('MAJOR_VERSION', '1.14');
343343
define('THIS_VERSION', MAJOR_VERSION.'-git'); //Shown on admin panel
344344
//Path separator
345345
if(!defined('PATH_SEPARATOR')){

0 commit comments

Comments
 (0)