diff options
author | Rahul P | 2022-02-10 19:37:47 +0530 |
---|---|---|
committer | GitHub | 2022-02-10 19:37:47 +0530 |
commit | 587cf7f6112bf90b5412385b228f7c752de3c1f1 (patch) | |
tree | ee78b380fd0207aacf3bffb7724ca482772716fe /src/configuration | |
parent | 5e5971c04fc18bb46fcc5f5bc53491b6b0e05157 (diff) | |
parent | 965ed8aa4aa7299318624222c188ab3337b16313 (diff) | |
download | eSim-2.2_pre-release.tar.gz eSim-2.2_pre-release.tar.bz2 eSim-2.2_pre-release.zip |
Merge pull request #189 from rahulp13/masterv2.2_pre-release
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 |