From 1ab7b0dacded9a01a8914a363b7d31b1f2a9f0c5 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Fri, 17 Mar 2017 09:19:26 +0100 Subject: [PATCH] This is release 2.3.6c --- pub/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/CMakeLists.txt b/pub/CMakeLists.txt index 7df3cda5..669a59b7 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 post-2.3.6b) +set(Frida_VERSION 2.3.6c) include(CTest) # equivalent to "enable_testing() ??? add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}) # => 'make check' is an alias for 'ctest' -- GitLab