diff options
author | rahulp13 | 2022-02-10 03:23:18 +0530 |
---|---|---|
committer | rahulp13 | 2022-02-10 03:23:18 +0530 |
commit | 30cecf651a7e9d5faf692bff709b4d87e6f9239f (patch) | |
tree | 1436d5ee7d4b96c15cabbbdf9395096081de55df /src/configuration | |
parent | 8012d6d4be3af0fc6b9e7bafbed2e497bc4d539e (diff) | |
download | eSim-30cecf651a7e9d5faf692bff709b4d87e6f9239f.tar.gz eSim-30cecf651a7e9d5faf692bff709b4d87e6f9239f.tar.bz2 eSim-30cecf651a7e9d5faf692bff709b4d87e6f9239f.zip |
Updated version details to v2.2 pre-release
Diffstat (limited to 'src/configuration')
-rw-r--r-- | src/configuration/Appconfig.py | 4 |
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 |