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

This is release 2.3.3f

parent 210c4632
No related branches found
No related tags found
No related merge requests found
Release 2.3.3e: Release 2.3.3f of 3aug16:
- Minor fix: restored missing include
Release 2.3.3e of 3aug16:
- Requirements set back from std=c++14 to c++11, to support older compilers - Requirements set back from std=c++14 to c++11, to support older compilers
Release 2.3.3d: Release 2.3.3d of 13jun16:
- Minor fixes here and there - Minor fixes here and there
Release 2.3.3c: Release 2.3.3c of 16mar16:
- Bug fix: - Bug fix:
- msa: handle file-dependent nJ, handle mj - msa: handle file-dependent nJ, handle mj
......
...@@ -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 2.3.3e) set(Frida_VERSION 2.3.3f)
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