diff --git a/pub/CMakeLists.txt b/pub/CMakeLists.txt
index 713d2bd0b81d63ba229a8feb4f30b760d8478ea0..7df3cda5b4cfa2dd2fb615933468da33a4880b18 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.3.6b)
+set(Frida_VERSION post-2.3.6b)
 
 include(CTest) # equivalent to "enable_testing() ???
 add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}) # => 'make check' is an alias for 'ctest'