From 5b60a33aeb57fa1da336702cfb44f1afc86b4c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Sun, 18 Mar 2018 22:31:39 +0100 Subject: [PATCH] Updating version number --HG-- branch : dev --- Docs/ReleaseNotes.md | 2 +- SharedAssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/ReleaseNotes.md b/Docs/ReleaseNotes.md index 29e82623e..20cdd3133 100644 --- a/Docs/ReleaseNotes.md +++ b/Docs/ReleaseNotes.md @@ -5,7 +5,7 @@ Note that the hardware framework projects have their own release cycle and release notes. -## vNext +## 1.0.9, 18.03.2017 - New Loopback sample to test FPGA connectivity and Hastlayer Hardware Framework resource usage. - Fixing that binary operator expressions (like `1 + 2`) calculated with wrongly sized number types and could cause different results on the hardware than in software. diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 083781d4e..a2a998d6c 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -26,5 +26,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.8.0")] -[assembly: AssemblyFileVersion("1.0.8.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.9.0")] +[assembly: AssemblyFileVersion("1.0.9.0")] \ No newline at end of file