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

This is release 2.4.1b

parent 248585ed
Branches
Tags v2.4.1b
No related merge requests found
Release 2.4.1b of 17apr18:
- Improved functionality:
- in msx, test whether x are ascending; if not then point user to mpad
Release 2.4.1a of 27feb18: Release 2.4.1a of 27feb18:
- UI changes: - UI changes:
......
...@@ -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.4.1a) set(Frida_VERSION post-2.4.1b)
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.
Please register or to comment