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

This is release 2.3.6a

parent c08adf12
No related branches found
No related tags found
No related merge requests found
Release 2.3.6a of : Release 2.3.6a of 13mar17:
- Bug fixes: - Bug fixes:
- Restored ability to load files from outside the current working directory - Restored ability to load files from outside the current working directory
...@@ -9,7 +9,7 @@ Release 2.3.6a of : ...@@ -9,7 +9,7 @@ Release 2.3.6a of :
- New integral operations firstwith, lastwith - New integral operations firstwith, lastwith
- Improved functionality: - Improved functionality:
- In binning (mpa, msa), computation of sampling error is now optional - In binning (mpa, msa), computation of sampling error is now optional
- Commands gp, gf, gp!, gf!, gfa to create, overwrite, or append to graphic file - Commands gp, gf, gp!, gf!, gfa to create/overwrite/append graphic file
- Integral operations now return integers when appropriate - Integral operations now return integers when appropriate
- Cleaner implementation of refined curve plotting - Cleaner implementation of refined curve plotting
- Code cleanup: - Code cleanup:
......
...@@ -8,7 +8,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON) ...@@ -8,7 +8,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
project(Frida) project(Frida)
set(Frida_VERSION post-2.3.5a) set(Frida_VERSION 2.3.6a)
include(CTest) # equivalent to "enable_testing() ??? include(CTest) # equivalent to "enable_testing() ???
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}) # => 'make check' is an alias for 'ctest' 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