From 29e118373db842065d4fa9844affa8e16132c13c Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 22 May 2022 15:24:17 +0200 Subject: [PATCH] Bump version to 9.0.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00f452fb..f2b357d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment ver # VERSION must be up to 4 groups of digits separated by a period. # major.90 are alpha releases # major.95 are beta releases -project(OpenBoardView VERSION 9.0.1) +project(OpenBoardView VERSION 9.0.2) # Include our project variables include("version.cmake")