Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
--HG--
branch : dev
  • Loading branch information
Piedone committed Mar 18, 2018
1 parent b164f86 commit 5b60a33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("1.0.9.0")]
[assembly: AssemblyFileVersion("1.0.9.0")]

0 comments on commit 5b60a33

Please sign in to comment.