From abb74b39545fd7006a44e7b763605b7796e05a6e Mon Sep 17 00:00:00 2001 From: Thomas Nilefalk Date: Tue, 26 Sep 2023 19:25:00 +0200 Subject: [PATCH] [version] Bump version to 1.6.3 --- CMakeLists.txt | 2 +- include/cgreen/cgreen.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 416d3cf8..f6f352ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ set(APPLICATION_NAME ${PROJECT_NAME}) # automatically updates that... set(APPLICATION_VERSION_MAJOR "1") set(APPLICATION_VERSION_MINOR "6") -set(APPLICATION_VERSION_PATCH "2") +set(APPLICATION_VERSION_PATCH "3") set(APPLICATION_VERSION ${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}${APPLICATION_VERSION_STATUS}) add_definitions(-DVERSION="${APPLICATION_VERSION}") diff --git a/include/cgreen/cgreen.h b/include/cgreen/cgreen.h index 15d9e5dd..875d46da 100644 --- a/include/cgreen/cgreen.h +++ b/include/cgreen/cgreen.h @@ -9,10 +9,10 @@ #include #include -#define CGREEN_VERSION "1.6.2" +#define CGREEN_VERSION "1.6.3" #define CGREEN_VERSION_MAJOR 1 #define CGREEN_VERSION_MINOR 6 -#define CGREEN_VERSION_PATCH 2 +#define CGREEN_VERSION_PATCH 3 extern char *cgreen_library_version; extern char *cgreen_library_revision;