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

This is release 2.4.1a

parent 51dffccf
Branches
Tags v2.4.1a
No related merge requests found
...@@ -14,6 +14,7 @@ vi pub/CMakeLists.txt # increment version number, remove "post-" ...@@ -14,6 +14,7 @@ vi pub/CMakeLists.txt # increment version number, remove "post-"
vi pub/CHANGELOG vi pub/CHANGELOG
rm -r /G/f2/pub/build rm -r /G/f2/pub/build
rm -r /G/f2/pub/mybuild
rm -r /G/f2/pub/qtbuild rm -r /G/f2/pub/qtbuild
cd /G/f2/pub cd /G/f2/pub
rm *~ rm *~
......
...@@ -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.0g) set(Frida_VERSION 2.4.1a)
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