diff --git a/ShareVecto/VECTO_1.3.1.1_GRAPHiFix.VECTO-3.zip b/ShareVecto/VECTO_1.3.1.1_GRAPHiFix.VECTO-3.zip
deleted file mode 100644
index 65068a643dcb6bb7dd537c4fbc59d5c49da24b08..0000000000000000000000000000000000000000
Binary files a/ShareVecto/VECTO_1.3.1.1_GRAPHiFix.VECTO-3.zip and /dev/null differ
diff --git a/User Manual Source/Update Notes.pdf b/User Manual Source/Release Notes.pdf
similarity index 88%
rename from User Manual Source/Update Notes.pdf
rename to User Manual Source/Release Notes.pdf
index 533fdb249be5a7d0e0868781b471699ab14be6fa..b7a40e6170207b548ff698fdec035de3e4ae18c8 100644
Binary files a/User Manual Source/Update Notes.pdf and b/User Manual Source/Release Notes.pdf differ
diff --git a/User Manual Source/Release Notes.pdf.pptx b/User Manual Source/Release Notes.pdf.pptx
new file mode 100644
index 0000000000000000000000000000000000000000..7932e2be91529a8ee5f849cc32cd0fbfe40e1f80
Binary files /dev/null and b/User Manual Source/Release Notes.pdf.pptx differ
diff --git a/User Manual Source/Update Notes.pptx b/User Manual Source/Release Notes.pptx
similarity index 98%
rename from User Manual Source/Update Notes.pptx
rename to User Manual Source/Release Notes.pptx
index 6c6f42dd5fe993633da91617abb8a307703ea4bb..993d0a5e571e604a3f3220aa34ccef7479b6e42c 100644
Binary files a/User Manual Source/Update Notes.pptx and b/User Manual Source/Release Notes.pptx differ
diff --git a/User Manual Source/material User Manual.pptx b/User Manual Source/material User Manual.pptx
index 1d4eea2a5f938fb9ca188a725794a324aa8abb63..227dec2db30828128ee0f5cb2448362df82a1631 100644
Binary files a/User Manual Source/material User Manual.pptx and b/User Manual Source/material User Manual.pptx differ
diff --git a/VECTO Release Checklist.txt b/VECTO Release Checklist.txt
deleted file mode 100644
index aa34550f423af8ed25753f2eddeb20bd4c8ee29f..0000000000000000000000000000000000000000
--- a/VECTO Release Checklist.txt	
+++ /dev/null
@@ -1,13 +0,0 @@
-~ VECTO Release Checklist ~
-- vectolic.dll (check for right version!! Source is currently in beta for file signing features)
-- User Manual (dir)
-- User Manual\Update Notes.pdf
-- GRAPHi (dir)
-- GRAPHi\config\settings.cfg >>>> Set default separators to Comma/Point!!
-- GRAPHi\config\ColorScale.csv >>>>> New format since V5.1.3!!
-- Ensure zip-folder named with the correct varsion.
-- ZIP.
-- Upload into CITNet's svn and link from update https://webgate.ec.europa.eu/CITnet/confluence/display/VECTO/Releases
-- Make licenses and Update private pages.
-- Send announcment email.
-- Tag repos.
diff --git a/VECTO/GUI/F_MAINForm.Designer.vb b/VECTO/GUI/F_MAINForm.Designer.vb
index 0b1ef15ac61d397881708a775d78936fa5621701..e53035690ef9cccba731929d9417920a8ef225b2 100644
--- a/VECTO/GUI/F_MAINForm.Designer.vb
+++ b/VECTO/GUI/F_MAINForm.Designer.vb
@@ -910,7 +910,7 @@ Partial Class F_MAINForm
         '
         Me.UpdateNotesToolStripMenuItem.Name = "UpdateNotesToolStripMenuItem"
         Me.UpdateNotesToolStripMenuItem.Size = New System.Drawing.Size(186, 22)
-        Me.UpdateNotesToolStripMenuItem.Text = "Update Notes"
+        Me.UpdateNotesToolStripMenuItem.Text = "Release Notes"
         '
         'ToolStripSeparator3
         '
diff --git a/VECTO/GUI/F_MAINForm.vb b/VECTO/GUI/F_MAINForm.vb
index 5af80cd1390847a67c3b6753f945eafc3aedcc32..003bbc2dd940267b99b2c9f11c38afeb90c741ee 100644
--- a/VECTO/GUI/F_MAINForm.vb
+++ b/VECTO/GUI/F_MAINForm.vb
@@ -1276,10 +1276,10 @@ lbFound:
     End Sub
 
     Private Sub UpdateNotesToolStripMenuItem_Click(sender As System.Object, e As System.EventArgs) Handles UpdateNotesToolStripMenuItem.Click
-        If IO.File.Exists(MyAppPath & "User Manual\Update Notes.pdf") Then
-            System.Diagnostics.Process.Start(MyAppPath & "User Manual\Update Notes.pdf")
+        If IO.File.Exists(MyAppPath & "User Manual\Release Notes.pdf") Then
+            System.Diagnostics.Process.Start(MyAppPath & "User Manual\Release Notes.pdf")
         Else
-            MsgBox("Update Notes not found!", MsgBoxStyle.Critical)
+            MsgBox("Release Notes not found!", MsgBoxStyle.Critical)
         End If
     End Sub
 
diff --git a/VECTO/GUI/F_Welcome.Designer.vb b/VECTO/GUI/F_Welcome.Designer.vb
index 5a58a1f650d3465781bcb81600e4a5927e9b13b6..31b940166b003221abf6b15adbf42787355eba05 100644
--- a/VECTO/GUI/F_Welcome.Designer.vb
+++ b/VECTO/GUI/F_Welcome.Designer.vb
@@ -64,7 +64,7 @@ Partial Class F_Welcome
         Me.Button1.Name = "Button1"
         Me.Button1.Size = New System.Drawing.Size(294, 37)
         Me.Button1.TabIndex = 2
-        Me.Button1.Text = "Open Update Notes (pdf)"
+        Me.Button1.Text = "Open Release Notes (pdf)"
         Me.Button1.UseVisualStyleBackColor = True
         '
         'Button2
diff --git a/VECTO/GUI/F_Welcome.vb b/VECTO/GUI/F_Welcome.vb
index 745536313bddad36ae3d944a7b7eb9794aba7e0d..e901b530894730e3ae8439b91ea8528443eae0c4 100644
--- a/VECTO/GUI/F_Welcome.vb
+++ b/VECTO/GUI/F_Welcome.vb
@@ -27,12 +27,12 @@ Public Class F_Welcome
         Me.Text = "VECTO " & VECTOvers
     End Sub
 
-    'Open Update Notes
+    'Open Release Notes
     Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
-        If IO.File.Exists(MyAppPath & "User Manual\Update Notes.pdf") Then
-            System.Diagnostics.Process.Start(MyAppPath & "User Manual\Update Notes.pdf")
+        If IO.File.Exists(MyAppPath & "User Manual\Release Notes.pdf") Then
+            System.Diagnostics.Process.Start(MyAppPath & "User Manual\Release Notes.pdf")
         Else
-            MsgBox("Update Notes not found!", MsgBoxStyle.Critical)
+            MsgBox("Release Notes not found!", MsgBoxStyle.Critical)
         End If
     End Sub
 
diff --git a/VECTO/My Project/AssemblyInfo.vb b/VECTO/My Project/AssemblyInfo.vb
index 68e778264df0b5604fb608563c0b9d2762b29643..9e25bc358038b87e13345a4f87fc3ace3f66c29b 100644
--- a/VECTO/My Project/AssemblyInfo.vb	
+++ b/VECTO/My Project/AssemblyInfo.vb	
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
 ' by entering "*" in them:
 ' <Assembly: AssemblyVersion("1.0.*")> 
 
-<Assembly: AssemblyVersion("2.0.0.0")> 
-<Assembly: AssemblyFileVersion("2.0.0.0")> 
+<Assembly: AssemblyVersion("2.0.1.0")> 
+<Assembly: AssemblyFileVersion("2.0.1.0")> 
diff --git a/VECTO/VECTO_Global.vb b/VECTO/VECTO_Global.vb
index 43f66af518951bbf67e94cdc83f72a6f804a5c6e..6386bebc08d6729962f24fbd8e6ad51ec4725016 100644
--- a/VECTO/VECTO_Global.vb
+++ b/VECTO/VECTO_Global.vb
@@ -12,7 +12,7 @@ Imports System.Collections.Generic
 
 Module VECTO_Global
 
-    Public Const VECTOvers As String = "2.0.0"
+    Public Const VECTOvers As String = "2.0.1-beta1"
     Public Const LicSigAppCode As String = "VECTO-Release-0093C61E0A2E4BFA9A7ED7E729C56AE4"
     Public MyAppPath As String
     Public MyConfPath As String
diff --git a/readme.txt b/readme.txt
index 5ac3f64f3ab6759e57a350215adc9aa879276213..99cc0ac2a26fcb5983a0c13cf374b07fc4369e2c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,11 +1,29 @@
-*Before compiling you need to add references to:
-	- vectolic.dll
-	- itextsharp.dll
-	- Newtonsoft.Json.dll
+~ Before compiling you need to add references to: ~
+    - vectolic.dll
+    - itextsharp.dll
+    - Newtonsoft.Json.dll
 
-*The following directories/files must be provided in the application folder (e.g. ..\bin\Release):
-	User Manual
-	User Manual\Update Notes.pdf (provided with the VECTO release)
-	GRAPHi (provided with the VECTO release)
-	vectolic.dll (should be placed there automatically when compiling)
-	license.dat (provided by EC/JRC)
+~ The following directories/files must be provided in the application folder (e.g. ..\bin\Release): ~
+    - User Manual
+    - User Manual\Release Notes.pdf (provided with the VECTO release)
+    - GRAPHi (provided with the VECTO release)
+    - vectolic.dll (should be placed there automatically when compiling)
+    - license.dat (provided by EC/JRC)
+
+~ Release Checklist ~
+    - Make  zip-folder named with the "Semantic-version", ie: 2014_15_5-VECTO-2.0.1-beta1.
+    - Copy into:
+    -- VECTO: executable
+    -- VECTO: itextsharp.dll, Newtonsoft.Json.dll, vectolic.dll (check for right version!! Source is currently in beta for file signing features)
+    -- VECTO: User Manual (dir)
+    -- VECTO: User Manual\Release Notes.pdf
+    -- VECTO: Declaration
+    -- <root>: Generic Vehicles (dir)
+    - ZIP.
+    - Upload into CITNet's SVN:
+        https://webgate.ec.europa.eu/CITnet/svn/VECTO/trunk/Share/
+      and link from: 
+        https://webgate.ec.europa.eu/CITnet/confluence/display/VECTO/Releases    
+    - Make licenses and Update private pages.    
+    - Send announcment email.
+    - Tag repos.