From 2ebabb507dc076cf1b9800a37055f2cc4bb7caea Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Fri, 21 Apr 2017 15:08:59 +0200 Subject: [PATCH] This is release 2.4.0b --- pub/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/CMakeLists.txt b/pub/CMakeLists.txt index 7bfd9899..644e7357 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 2.4.0b) include(CTest) # equivalent to "enable_testing() ??? add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}) # => 'make check' is an alias for 'ctest' -- GitLab