Skip to content

Commit

Permalink
Update eigen to 3.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Jun 12, 2018
1 parent 46e8a7b commit 4a7c27a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package/eigen/eigen.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>3.3.3</version>
<version>3.3.4</version>
<packageSourceUrl>https://github.com/nuclearsandwich/eigen-choco</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Steven! Ragnarök</owners>
Expand Down
6 changes: 3 additions & 3 deletions package/eigen/share/cmake/Eigen3ConfigVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
set (PACKAGE_VERSION "3.3.3")
set (PACKAGE_VERSION "3.3.4")
set (PACKAGE_VERSION_MAJOR 3)
set (PACKAGE_VERSION_MINOR 3)
set (PACKAGE_VERSION_PATCH 3)
set (PACKAGE_VERSION_PATCH 4)

if (PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()
set(PACKAGE_VERSION_COMPATIBLE TRUE)
endif()
endif()

0 comments on commit 4a7c27a

Please sign in to comment.