diff --git a/CLScript/CLMain.py b/CLScript/CLMain.py index 11f313817..858e7bc0a 100644 --- a/CLScript/CLMain.py +++ b/CLScript/CLMain.py @@ -5,7 +5,7 @@ class CLMain(): self.path = '/usr/local/CyberCP/version.txt' #versionInfo = json.loads(open(self.path, 'r').read()) self.version = '2.4' - self.build = '2' + self.build = '3' ipFile = "/etc/cyberpanel/machineIP" f = open(ipFile) diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index 2445ac102..c0674f99b 100644 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -1,5 +1,6 @@ {% load i18n %} {% get_current_language as LANGUAGE_CODE %} +{% with CP_VERSION="2.4.3" %}
@@ -8,21 +9,21 @@