Skip to content
Snippets Groups Projects
Commit 69fc6732 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

This is release 2.4.2a

parent a67ca1e4
No related branches found
Tags v2.4.0d
No related merge requests found
Release 2.4.1d:
Release 2.4.2a of 19sep18:
- Requires lmfit8.0, to get parameter error estimates.
- New commands cpe, cpc(a,r,p) to print parameter errors or covariance matrices.
- Update googletest, and wrap as in other projects
- Prevent building with wrong yaml-cpp version
- Correct graphics include file -> 18a
......
......@@ -8,7 +8,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
project(Frida)
set(Frida_VERSION 2.4.1c)
set(Frida_VERSION 2.4.2a)
include(CTest) # equivalent to "enable_testing() ???
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}) # => 'make check' is an alias for 'ctest'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment