From d20cd8cc2f89ceed52c7c3b97ebd7146b2ea192f Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Fri, 24 Mar 2017 10:37:44 +0100 Subject: [PATCH] Starting post-2.4.0a --- pub/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/CMakeLists.txt b/pub/CMakeLists.txt index 7bfd9899..ca1447e5 100644 --- a/pub/CMakeLists.txt +++ b/pub/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON) project(Frida) -set(Frida_VERSION 2.4.0a) +set(Frida_VERSION post-2.4.0a) include(CTest) # equivalent to "enable_testing() ??? add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}) # => 'make check' is an alias for 'ctest' -- GitLab