From 41118cd7e549ca7a23987f589cc13d36c8024b03 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 29 May 2022 18:08:51 +0200 Subject: [PATCH] Bump version to 9.90.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49d3addd..920dd54f 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.3) +project(OpenBoardView VERSION 9.90.0) # Include our project variables include("version.cmake")