summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Version_Change.md23
1 files changed, 11 insertions, 12 deletions
diff --git a/Version_Change.md b/Version_Change.md
index a5efdebb..4397f907 100644
--- a/Version_Change.md
+++ b/Version_Change.md
@@ -1,10 +1,7 @@
eSim Version Change
====
-It contains the documentation for the changes to be done when a new release is to be made.
-
-
-# Changes for eSim version Update:
+Following are the changes to be done when a new release of eSim is to be made:
1. `master/VERSION` - Change the version number
@@ -15,20 +12,22 @@ It contains the documentation for the changes to be done when a new release is t
4. User Manual
- 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
- manual = 'library/browser/User-Manual/eSim_Manual_2.1.pdf'
- ```
+
+ ```python
+ manual = 'library/browser/User-Manual/eSim_Manual_y.x.pdf'
+ ```
5. `master/src/configuration/Appconfig.py` - In function `def __init__ (self)` , update the variable `self._VERSION`
6. `master/INSTALL` - Update the installer file names according to the latest version.
7. `installers/Windows/esim-setup-script.nsi` - Update the following lines in this script:
- ```nsi
- !define PRODUCT_VERSION "y.x"
- !define VERSION "a.b.c.d"
- OutFile "eSim-y.x_installer.exe"
- ```
+ ```nsi
+ !define PRODUCT_VERSION "y.x"
+ !define VERSION "a.b.c.d"
+
+ 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.