diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/browser/UserManual.py | 2 | ||||
-rw-r--r-- | src/configuration/Appconfig.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/browser/UserManual.py b/src/browser/UserManual.py index a3005846..bf9c4b2b 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.2-pre_release.pdf' + manual = 'library/browser/User-Manual/eSim_Manual_2.2.pdf' if os.name == 'nt': os.startfile(os.path.realpath(manual)) diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index e41fc218..ab19ada5 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -105,7 +105,7 @@ class Appconfig(QtWidgets.QWidget): # Application Details self._APPLICATION = 'eSim' - self._VERSION = '2.2 pre-release' + self._VERSION = '2.2' self._AUTHOR = 'Fahim' self._REVISION = 'Rahul, Sumanto' |