summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author092vk2025-01-14 16:57:45 +0530
committer092vk2025-01-14 16:57:45 +0530
commitd8348f054432aa87f788f47f33e78b82adc764f7 (patch)
tree19ae3228c63c453097e95e6c45aa1e3b889451b2 /src
parent1992c0efc2805f0683360514b23cdc5517361e00 (diff)
downloadeSim-d8348f054432aa87f788f47f33e78b82adc764f7.tar.gz
eSim-d8348f054432aa87f788f47f33e78b82adc764f7.tar.bz2
eSim-d8348f054432aa87f788f47f33e78b82adc764f7.zip
Changed version details for 2.4
Diffstat (limited to 'src')
-rw-r--r--src/browser/UserManual.py2
-rw-r--r--src/configuration/Appconfig.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/browser/UserManual.py b/src/browser/UserManual.py
index 5f12bdc0..4ac78825 100644
--- a/src/browser/UserManual.py
+++ b/src/browser/UserManual.py
@@ -14,7 +14,7 @@ class UserManual(QtWidgets.QWidget):
self.vlayout = QtWidgets.QVBoxLayout()
- manual = 'library/browser/User-Manual/eSim_Manual_2.3.pdf'
+ manual = 'library/browser/User-Manual/eSim_Manual_2.4.pdf'
if os.name == 'nt':
os.startfile(os.path.realpath(manual))
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py
index 4decf0b6..6cf8cc30 100644
--- a/src/configuration/Appconfig.py
+++ b/src/configuration/Appconfig.py
@@ -91,7 +91,7 @@ class Appconfig(QtWidgets.QWidget):
# Application Details
self._APPLICATION = 'eSim'
- self._VERSION = '2.3'
+ self._VERSION = '2.4'
self._AUTHOR = 'Fahim'
self._REVISION = 'Rahul, Sumanto'