summaryrefslogtreecommitdiff
path: root/src/configuration
diff options
context:
space:
mode:
Diffstat (limited to 'src/configuration')
-rw-r--r--src/configuration/Appconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py
index d0b4fd18..21fd717e 100644
--- a/src/configuration/Appconfig.py
+++ b/src/configuration/Appconfig.py
@@ -103,9 +103,9 @@ class Appconfig(QtWidgets.QWidget):
# Application Details
self._APPLICATION = 'eSim'
- self._VERSION = '2.1'
+ self._VERSION = '2.2 pre-release'
self._AUTHOR = 'Fahim'
- self._REVISION = 'Rahul'
+ self._REVISION = 'Rahul, Sumanto'
# Application geometry setting
self._app_xpos = 100