From: Will Budicm Date: Thu, 24 Dec 2020 01:29:15 +0000 (+1100) Subject: v.2.2 Init. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=890ed315bcadc8f5a6a103a778a8b4e2b3ac9476;p=LifeLog.git v.2.2 Init. --- diff --git a/dbLifeLog/main.cnf b/dbLifeLog/main.cnf index 79f0cb2..1fc3e96 100644 --- a/dbLifeLog/main.cnf +++ b/dbLifeLog/main.cnf @@ -37,7 +37,7 @@ America/Texas=America/Chicago < -00|$RELEASE_VER = 2.1`LifeLog Application Version. +00|$RELEASE_VER = 2.2`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 2838d0d..ee3fe61 100644 --- a/htdocs/cgi-bin/system/modules/Settings.pm +++ b/htdocs/cgi-bin/system/modules/Settings.pm @@ -24,7 +24,7 @@ use experimental qw( switch ); use constant CIPHER_KEY => '95d7a85ba891da'; #DEFAULT SETTINGS HERE! -our $RELEASE_VER = '2.1'; +our $RELEASE_VER = '2.2'; our $TIME_ZONE = 'Australia/Sydney'; our $LANGUAGE = 'English'; our $PRC_WIDTH = '60';