summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSumanto Kar2025-06-19 23:20:59 +0000
committerSumanto Kar2025-06-19 23:20:59 +0000
commit647c31c23b4dc233f4c0acc80bf6c264a883ead7 (patch)
treed2690da5d21da8100775c5c63f2ffb9369c20274 /src
parentee8f1deaa3fbaa50564b0b682840a6e8ef6f463d (diff)
downloadeSim-647c31c23b4dc233f4c0acc80bf6c264a883ead7.tar.gz
eSim-647c31c23b4dc233f4c0acc80bf6c264a883ead7.tar.bz2
eSim-647c31c23b4dc233f4c0acc80bf6c264a883ead7.zip
Changed version details to 2.5
Diffstat (limited to 'src')
-rw-r--r--src/browser/UserManual.py2
-rw-r--r--src/configuration/Appconfig.py3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/browser/UserManual.py b/src/browser/UserManual.py
index 4ac78825..566a2d1a 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.4.pdf'
+ manual = 'library/browser/User-Manual/eSim_Manual_2.5.pdf'
if os.name == 'nt':
os.startfile(os.path.realpath(manual))
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py
index 6cf8cc30..a2f18ab6 100644
--- a/src/configuration/Appconfig.py
+++ b/src/configuration/Appconfig.py
@@ -11,6 +11,7 @@
# NOTES: ---
# AUTHOR: Fahim Khan, fahim.elex@gmail.com
# MODIFIED: Rahul Paknikar, rahulp@iitb.ac.in
+# Sumanto Kar, sumantokar@iitb.ac.in
# ORGANIZATION: eSim Team at FOSSEE, IIT Bombay
# CREATED: Tuesday 24 February 2015
# REVISION: Thursday 29 June 2023
@@ -91,7 +92,7 @@ class Appconfig(QtWidgets.QWidget):
# Application Details
self._APPLICATION = 'eSim'
- self._VERSION = '2.4'
+ self._VERSION = '2.5'
self._AUTHOR = 'Fahim'
self._REVISION = 'Rahul, Sumanto'