diff --git a/CMakeLists.txt b/CMakeLists.txt index 8434ce38..2628cc4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,8 @@ if(APPLE) endif() set(APP_VERSION_MAJOR 2) -set(APP_VERSION_MINOR 2) -set(APP_VERSION_PATCH 2) +set(APP_VERSION_MINOR 3) +set(APP_VERSION_PATCH 0) set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}") # Generate a header file with the version number