From 890ed315bcadc8f5a6a103a778a8b4e2b3ac9476 Mon Sep 17 00:00:00 2001 From: Will Budicm Date: Thu, 24 Dec 2020 12:29:15 +1100 Subject: [PATCH] v.2.2 Init. --- dbLifeLog/main.cnf | 2 +- htdocs/cgi-bin/system/modules/Settings.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'; -- 2.34.1