diff options
author | rahulp13 | 2021-01-07 08:31:59 +0530 |
---|---|---|
committer | rahulp13 | 2021-01-07 08:31:59 +0530 |
commit | 75e8a3d0c6f32ea8eef476d803d2e503a9c73386 (patch) | |
tree | 35bd7ebdb4d3ee00356546eefe81339a86c32cb0 /Version_Change.md | |
parent | 088203b088a02eabb4606dc734e901b81f237b11 (diff) | |
download | eSim-75e8a3d0c6f32ea8eef476d803d2e503a9c73386.tar.gz eSim-75e8a3d0c6f32ea8eef476d803d2e503a9c73386.tar.bz2 eSim-75e8a3d0c6f32ea8eef476d803d2e503a9c73386.zip |
updated version specific details
Diffstat (limited to 'Version_Change.md')
-rw-r--r-- | Version_Change.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Version_Change.md b/Version_Change.md index 6a0327f2..a5efdebb 100644 --- a/Version_Change.md +++ b/Version_Change.md @@ -16,7 +16,7 @@ It contains the documentation for the changes to be done when a new release is t - Manual name convention is `eSim_Manual_y.x.pdf` where y.x is the updated version. - Update path in the following line at `master/src/browser/UserManual.py` with the updated manual name: ```python - file = os.path.realpath('library/browser/User-Manual/eSim_Manual_2.0.pdf') + manual = 'library/browser/User-Manual/eSim_Manual_2.1.pdf' ``` 5. `master/src/configuration/Appconfig.py` - In function `def __init__ (self)` , update the variable `self._VERSION` @@ -28,7 +28,7 @@ It contains the documentation for the changes to be done when a new release is t !define PRODUCT_VERSION "y.x" !define VERSION "a.b.c.d" - OutFile "eSim-y.x_install.exe" + OutFile "eSim-y.x_installer.exe" ``` 8. `master/README.md` - Update new features, OS support and other changes that were made in the new version. |