From 75e8a3d0c6f32ea8eef476d803d2e503a9c73386 Mon Sep 17 00:00:00 2001
From: rahulp13
Date: Thu, 7 Jan 2021 08:31:59 +0530
Subject: updated version specific details

---
 Version_Change.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Version_Change.md')

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.
-- 
cgit