From: wbudic Date: Thu, 19 Aug 2021 23:36:28 +0000 (+1000) Subject: REL. V.2.4 X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=62668166842bd4a9c879b42e3ec05a1c9b4c767e;p=LifeLog.git REL. V.2.4 --- diff --git a/dbLifeLog/main.cnf b/dbLifeLog/main.cnf index 07f0a3e..b44cc6e 100644 --- a/dbLifeLog/main.cnf +++ b/dbLifeLog/main.cnf @@ -8,7 +8,7 @@ This is an Open Source License project -> https://choosealicense.com/licenses/is <>> # BACKUP_ENABLED -> Enable (1), disable (0) backups to be restored from config page. <>> -<>> +<>> <>> # Default database driver prefix, is SQLite. @@ -62,7 +62,7 @@ BankingPlugin->banking.pl # Use/see anon properties before, enabling changing settings from this actual config file. # < -00|$RELEASE_VER = 2.3`LifeLog Application Version. +00|$RELEASE_VER = 2.4`LifeLog Application Version. 01|$REC_LIMIT = 25`Records shown per page. 03|$TIME_ZONE = Australia/Sydney`Time zone of your country and city. 05|$PRC_WIDTH = 80`Default presentation width for pages. diff --git a/htdocs/cgi-bin/system/modules/Settings.pm b/htdocs/cgi-bin/system/modules/Settings.pm index db12f09..f278ed8 100644 --- a/htdocs/cgi-bin/system/modules/Settings.pm +++ b/htdocs/cgi-bin/system/modules/Settings.pm @@ -56,7 +56,7 @@ use constant META => '^CONFIG_META'; # DEFAULT SETTINGS HERE! These settings kick in if not found in config file. i.e. wrong config file or has been altered, things got missing. -our $RELEASE_VER = '2.3'; +our $RELEASE_VER = '2.4'; our $TIME_ZONE = 'Australia/Sydney'; our $LANGUAGE = 'English'; our $PRC_WIDTH = '60';