From: Will Budicm Date: Sun, 27 Dec 2020 19:51:42 +0000 (+1100) Subject: Set version still to be 2.1 in master branch. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=373afb5673d813aa3e07204394852b714cb7d6cf;p=LifeLog.git Set version still to be 2.1 in master branch. --- diff --git a/htdocs/cgi-bin/system/modules/Settings.pm b/htdocs/cgi-bin/system/modules/Settings.pm index beae7a2..1832dd2 100644 --- a/htdocs/cgi-bin/system/modules/Settings.pm +++ b/htdocs/cgi-bin/system/modules/Settings.pm @@ -28,7 +28,7 @@ use constant VW_LOG => 'VW_LOG'; use constant VW_LOG_WITH_EXCLUDES => 'VW_LOG_WITH_EXCLUDES'; #DEFAULT SETTINGS HERE! -our $RELEASE_VER = '2.2'; +our $RELEASE_VER = '2.1'; our $TIME_ZONE = 'Australia/Sydney'; our $LANGUAGE = 'English'; our $PRC_WIDTH = '60';