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