diff --git a/Documentation/User Manual Source/Release Notes Vecto3.x.pdf b/Documentation/User Manual Source/Release Notes Vecto3.x.pdf
index 3d0bb53901a91be1b6192fbe44e8d193911dd8c8..fae2c068fb5b5f90037e917cb1f2e6e2d7d86ce7 100644
Binary files a/Documentation/User Manual Source/Release Notes Vecto3.x.pdf and b/Documentation/User Manual Source/Release Notes Vecto3.x.pdf differ
diff --git a/Documentation/User Manual/help.html b/Documentation/User Manual/help.html
index 916a87c886f61b2f57bf991d31b8f35398a07a92..3c676a71b3da0faf86d019f2a76a5696de859b5e 100644
--- a/Documentation/User Manual/help.html	
+++ b/Documentation/User Manual/help.html	
@@ -6592,7 +6592,7 @@ CycleTime,UnknownCycleName,3600</code></pre>
 <div id="changelog" class="section level1">
 <h1>Changelog</h1>
 <p><strong>VECTO 3.3.0</strong></p>
-<p><strong><em>Build 1432 (2018-12-03) OFFICIAL RELEASE</em></strong></p>
+<p><strong><em>Build 1433 (2018-12-03) OFFICIAL RELEASE</em></strong></p>
 <ul>
 <li>Bugfixes (compared to 3.3.0.1250)
 <ul>
@@ -6611,6 +6611,7 @@ CycleTime,UnknownCycleName,3600</code></pre>
 <li>Changes (compared to 3.3.0.1398)
 <ul>
 <li>[VECTO-795] - VECTO Hashing Tool crashes</li>
+<li>[VECTO-802] - Error in XML schema for manufacturer’s record file</li>
 </ul></li>
 </ul>
 <p><strong><em>Build 1398 (2018-10-30) RELEASE CANDIDATE</em></strong></p>
diff --git a/HashingTool/Properties/Version.cs b/HashingTool/Properties/Version.cs
index 68fc2f76cb88f6f06309e718d5876e262198040a..3acd34621c991fef4b7ab66d00eefedf2f0f8b6e 100644
--- a/HashingTool/Properties/Version.cs
+++ b/HashingTool/Properties/Version.cs
@@ -30,5 +30,5 @@
 */
 
 using System.Reflection;
-[assembly: AssemblyVersion("0.2.0.1432")]
-[assembly: AssemblyFileVersion("0.2.0.1432")]
+[assembly: AssemblyVersion("0.2.0.1433")]
+[assembly: AssemblyFileVersion("0.2.0.1433")]
diff --git a/VECTO.sln b/VECTO.sln
index c933571a47ad03d6a98cbf892e5fbf3eeaf3755e..ae61d759f2c74e15724e7d2588f141e6e2001dd0 100644
--- a/VECTO.sln
+++ b/VECTO.sln
@@ -5,6 +5,8 @@ VisualStudioVersion = 14.0.25420.1
 MinimumVisualStudioVersion = 10.0.40219.1
 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VECTO", "VECTO\VECTO.vbproj", "{AAC0F132-0A9F-45B3-B682-77AC9B24B352}"
 	ProjectSection(ProjectDependencies) = postProject
+		{E14FC935-30EA-4BE6-AA8A-85CB76FEBA6A} = {E14FC935-30EA-4BE6-AA8A-85CB76FEBA6A}
+		{33F9848E-9257-4BE2-915F-68E748AEB204} = {33F9848E-9257-4BE2-915F-68E748AEB204}
 		{60AD4DF0-6648-4374-83CB-C7A162EFB391} = {60AD4DF0-6648-4374-83CB-C7A162EFB391}
 	EndProjectSection
 EndProject
diff --git a/VectoCommon/VectoCommon/Properties/Version.cs b/VectoCommon/VectoCommon/Properties/Version.cs
index 69c61579c72fa2bf874acb7c98bb133953be0b9c..39fb4c274531ab37b7d56c8a2629b5e82a486894 100644
--- a/VectoCommon/VectoCommon/Properties/Version.cs
+++ b/VectoCommon/VectoCommon/Properties/Version.cs
@@ -30,5 +30,5 @@
 */
 
 using System.Reflection;
-[assembly: AssemblyVersion("3.3.0.1432")]
-[assembly: AssemblyFileVersion("3.3.0.1432")]
\ No newline at end of file
+[assembly: AssemblyVersion("3.3.0.1433")]
+[assembly: AssemblyFileVersion("3.3.0.1433")]
\ No newline at end of file
diff --git a/VectoCommon/VectoHashing/Properties/Version.cs b/VectoCommon/VectoHashing/Properties/Version.cs
index 5b4c4dcdaf5e410512464bb10582423c4a21a6f6..258a30c29b274bbd4374c11926cdeabc7738377d 100644
--- a/VectoCommon/VectoHashing/Properties/Version.cs
+++ b/VectoCommon/VectoHashing/Properties/Version.cs
@@ -30,5 +30,5 @@
 */
 
 using System.Reflection;
-[assembly: AssemblyVersion("1.2.0.1432")]
-[assembly: AssemblyFileVersion("1.2.0.1432")]
+[assembly: AssemblyVersion("1.2.0.1433")]
+[assembly: AssemblyFileVersion("1.2.0.1433")]
diff --git a/VectoConsole/Properties/Version.cs b/VectoConsole/Properties/Version.cs
index 716d2be3a2aa5b44959ba7ccafdfb1c9521c2bfa..f82c087acd3c70f7c181da695a4130b25f788734 100644
--- a/VectoConsole/Properties/Version.cs
+++ b/VectoConsole/Properties/Version.cs
@@ -30,5 +30,5 @@
 */
 
 using System.Reflection;
-[assembly: AssemblyVersion("3.3.0.1432")]
-[assembly: AssemblyFileVersion("3.3.0.1432")]
\ No newline at end of file
+[assembly: AssemblyVersion("3.3.0.1433")]
+[assembly: AssemblyFileVersion("3.3.0.1433")]
\ No newline at end of file
diff --git a/VectoCore/VectoCore/Properties/Version.cs b/VectoCore/VectoCore/Properties/Version.cs
index 5cbafcd3757bb30273a33e9200e374ea6e6bb6b9..cb899369810a8a0eaad7e2d06ceca1d4b519ccb6 100644
--- a/VectoCore/VectoCore/Properties/Version.cs
+++ b/VectoCore/VectoCore/Properties/Version.cs
@@ -30,5 +30,5 @@
 */
 
 using System.Reflection;
-[assembly: AssemblyVersion("3.3.0.1432")]
-[assembly: AssemblyFileVersion("3.3.0.1432")]
+[assembly: AssemblyVersion("3.3.0.1433")]
+[assembly: AssemblyFileVersion("3.3.0.1433")]
diff --git a/VectoCore/VectoCore/Utils/VectoVersionCore.cs b/VectoCore/VectoCore/Utils/VectoVersionCore.cs
index 51a36ee9f6813b331e74130e3b3965b1f56d28c6..7d230b6772e424c7342a5c4324099f967fbc6a59 100644
--- a/VectoCore/VectoCore/Utils/VectoVersionCore.cs
+++ b/VectoCore/VectoCore/Utils/VectoVersionCore.cs
@@ -43,7 +43,7 @@ namespace TUGraz.VectoCore.Utils
 		public static string VersionNumber
 		{
 			get {
-				return "3.3.0.1432" + SUFFIX;
+				return "3.3.0.1433" + SUFFIX;
 			}
 		}