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

This is release 2.4.0b

parent c56aa843
No related branches found
No related tags found
No related merge requests found
Release 2.4.0b of 21apr17:
- Modified functionality:
- sqrt, ln, lg return NaN outside their definition range
- sqrt0, ln0, lg0 return 0 outside the definition range of the standard functions
- Bug fix:
- detection of dy==0 for fit weighing was inverted
Release 2.4.0a of 24mar17:
- Consolidated graphics definitions wups17a
......
......@@ -8,7 +8,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
project(Frida)
set(Frida_VERSION post-2.4.0a)
set(Frida_VERSION 2.4.0a)
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.
Please register or to comment