From 8abde0dc0b5615d88b66397c69abad7317cddc77 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 27 Sep 2020 10:47:56 +0100 Subject: [PATCH] move $version into $CONF / Config from functions.inc.php --- config.inc.php | 2 ++ functions.inc.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index 97464412..f14c9760 100644 --- a/config.inc.php +++ b/config.inc.php @@ -692,6 +692,8 @@ $CONF['xmlrpc_enabled'] = false; //More details in README.password_expiration $CONF['password_expiration'] = 'YES'; +$CONF['version'] = '3.3-dev'; + // If you want to keep most settings at default values and/or want to ensure // that future updates work without problems, you can use a separate config // file (config.local.php) instead of editing this file and override some diff --git a/functions.inc.php b/functions.inc.php index 3cafb2dc..e8cc0ca2 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -14,7 +14,7 @@ * Contains re-usable code. */ -$version = '3.2'; + $min_db_version = 1840; # update (at least) before a release with the latest function numbrer in upgrade.php /**