We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce626c commit d9c1d0cCopy full SHA for d9c1d0c
CMakeLists.txt
@@ -27,8 +27,8 @@ cmake_minimum_required (VERSION 2.8.9)
27
28
# Version number
29
set (EMBB_BASE_VERSION_MAJOR 0)
30
-set (EMBB_BASE_VERSION_MINOR 3)
31
-set (EMBB_BASE_VERSION_PATCH 0)
+set (EMBB_BASE_VERSION_MINOR 2)
+set (EMBB_BASE_VERSION_PATCH 2)
32
33
if(NOT CMAKE_BUILD_TYPE)
34
set(CMAKE_BUILD_TYPE "Release" CACHE STRING
0 commit comments