mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Updated docs and version number
This commit is contained in:
@@ -29,7 +29,7 @@ project(${project_name})
|
||||
# Project version
|
||||
set (COOLPROP_VERSION_MAJOR 6)
|
||||
set (COOLPROP_VERSION_MINOR 1)
|
||||
set (COOLPROP_VERSION_PATCH 0)
|
||||
set (COOLPROP_VERSION_PATCH 1)
|
||||
set (COOLPROP_VERSION_REVISION )
|
||||
set (COOLPROP_VERSION "${COOLPROP_VERSION_MAJOR}.${COOLPROP_VERSION_MINOR}.${COOLPROP_VERSION_PATCH}${COOLPROP_VERSION_REVISION}")
|
||||
message(STATUS "CoolProp version: ${COOLPROP_VERSION}")
|
||||
|
||||
@@ -1,6 +1,17 @@
|
||||
Changelog for CoolProp
|
||||
======================
|
||||
|
||||
6.1.1
|
||||
-----
|
||||
|
||||
BUGFIX: Updated submodule URLs to work with latest repositories
|
||||
|
||||
Contributors to this release:
|
||||
jowr
|
||||
|
||||
* `#1697 <https://github.com/CoolProp/CoolProp/issues/1697>`_ : recent problem cloning Eigen
|
||||
|
||||
|
||||
6.1.0
|
||||
-----
|
||||
|
||||
|
||||
2
externals/Eigen
vendored
2
externals/Eigen
vendored
Submodule externals/Eigen updated: cc4a1cdf9e...ae9889a130
Reference in New Issue
Block a user