From 5ae3c05f241cada5ab90200661951727b7e13e34 Mon Sep 17 00:00:00 2001 From: "sokoloff (Alexander)" Date: Tue, 20 Jun 2017 20:04:34 +0300 Subject: [PATCH] Release 0.9.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8952d1..571d042 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ project(boomaga) set(MAJOR_VERSION 0) set(MINOR_VERSION 9) -set(PATCH_VERSION 0) +set(PATCH_VERSION 1) set(FULL_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}) add_definitions(-DMAJOR_VERSION=\"${MAJOR_VERSION}\")