Skip to content

Commit

Permalink
Update release notes for v1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetricek committed Sep 5, 2015
1 parent bc43ce4 commit 257930c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
* 1.1.11 - Update to R.NET 1.6.4 (support R version 2.14.1)
* 1.1.12 - Include transitive dependency on DynamicInterop
* 1.1.13 - Skip assembly resolution for mscorlib.resources (avoids recursive lookup error)
* 1.1.14 - Improve Liinux compatibility - try searching for libR.so (#157)
4 changes: 2 additions & 2 deletions src/Common/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open System.Reflection
[<assembly: AssemblyCompanyAttribute("BlueMountain Capital")>]
[<assembly: AssemblyProductAttribute("RProvider")>]
[<assembly: AssemblyDescriptionAttribute("An F# Type Provider providing strongly typed access to the R statistical package.")>]
[<assembly: AssemblyVersionAttribute("1.1.13")>]
[<assembly: AssemblyFileVersionAttribute("1.1.13")>]
[<assembly: AssemblyVersionAttribute("1.1.14")>]
[<assembly: AssemblyFileVersionAttribute("1.1.14")>]
do ()

0 comments on commit 257930c

Please sign in to comment.