Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Updating release notes for upcoming version 3.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsouza committed May 21, 2017
1 parent 0ca87c2 commit 80ae8b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Release notes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Accord.NET Framework 3.5.0 release notes
-----------------------------------------
20.05.2017.
21.05.2017.

Version updates and fixes:
- GH-55: Adding support for computing TF-IDF vector representations;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Accord.Core/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
[assembly: AssemblyCultureAttribute("")]
[assembly: AssemblyVersionAttribute("3.5.0")]
[assembly: AssemblyInformationalVersionAttribute("3.5.0")]
[assembly: AssemblyFileVersionAttribute("3.5.0.5981")]
[assembly: AssemblyFileVersionAttribute("3.5.0.5984")]
2 changes: 1 addition & 1 deletion Sources/Extras/Accord.Video.FFMPEG.GPL/VersionInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ using namespace System::Reflection;
[assembly: AssemblyCultureAttribute("")];
[assembly: AssemblyVersionAttribute("3.5.0")];
[assembly: AssemblyInformationalVersionAttribute("3.5.0")];
[assembly: AssemblyFileVersionAttribute("3.5.0.5981")];
[assembly: AssemblyFileVersionAttribute("3.5.0.5984")];

0 comments on commit 80ae8b9

Please sign in to comment.