Updated docs and version number

This commit is contained in:
Jorrit Wronski
2018-08-09 14:42:46 +02:00
parent bb1bbfd91d
commit db45e9298f
3 changed files with 13 additions and 2 deletions

View File

@@ -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}")

View File

@@ -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
-----