summaryrefslogtreecommitdiff
path: root/src/configuration/Appconfig.py
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/configuration/Appconfig.py
parentee8f1deaa3fbaa50564b0b682840a6e8ef6f463d (diff)
downloadeSim-647c31c23b4dc233f4c0acc80bf6c264a883ead7.tar.gz
eSim-647c31c23b4dc233f4c0acc80bf6c264a883ead7.tar.bz2
eSim-647c31c23b4dc233f4c0acc80bf6c264a883ead7.zip
Changed version details to 2.5
Diffstat (limited to 'src/configuration/Appconfig.py')
-rw-r--r--src/configuration/Appconfig.py3
1 files changed, 2 insertions, 1 deletions
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'