diff --git a/CMakeLists.txt b/CMakeLists.txt index 21d054d..53a327e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ cmake_minimum_required (VERSION 2.8.9) # Version number set (EMBB_BASE_VERSION_MAJOR 0) set (EMBB_BASE_VERSION_MINOR 2) -set (EMBB_BASE_VERSION_PATCH 2) +set (EMBB_BASE_VERSION_PATCH 3) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE "Release" CACHE STRING