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

This is release 2.4.0e

parent b9975e96
No related branches found
Tags v2.4.0d
No related merge requests found
### first of all, check whether all tests pass
cd /G/f2/pub
cd /G/f2/pub/build
mi
ctest -j7
......
Release 2.4.0e
Release 2.4.0e of 09aug17:
- Bug fixes:
- plot2D did not clear previous plot
- "errorbars" was incompatible with "points"
- integer values have no error bars
Release 2.4.0d (sic) of 08aug17:
......
......@@ -8,7 +8,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
project(Frida)
set(Frida_VERSION post-2.4.0d)
set(Frida_VERSION 2.4.0e)
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