]> lifelog.hopto.org Git - LifeLog.git/commitdiff
v.2.2 Init.
authorWill Budicm <redacted>
Thu, 24 Dec 2020 01:29:15 +0000 (12:29 +1100)
committerWill Budicm <redacted>
Thu, 24 Dec 2020 01:29:15 +0000 (12:29 +1100)
dbLifeLog/main.cnf
htdocs/cgi-bin/system/modules/Settings.pm

index 79f0cb2c8a505ac0611865d6f2d1f7cbad59fee1..1fc3e966672148fa847efe74ec9258427d080173 100644 (file)
@@ -37,7 +37,7 @@ America/Texas=America/Chicago
 
 
 <<CONFIG<4>
-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.
index 2838d0de00751defd5fc61685dce600472ddc189..ee3fe61dc050dc8d04b5052b68817208c76d0af7 100644 (file)
@@ -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';