From be145c7c5b526a9497ae594743e411057f760643 Mon Sep 17 00:00:00 2001 From: Thomas Nilefalk Date: Mon, 15 May 2023 13:23:06 +0200 Subject: [PATCH] [version] Bump internal marking to 1.6.2 --- CMakeLists.txt | 2 +- include/cgreen/cgreen.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06c3edc5..416d3cf8 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 "1") +set(APPLICATION_VERSION_PATCH "2") 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 47d806af..15d9e5dd 100644 --- a/include/cgreen/cgreen.h +++ b/include/cgreen/cgreen.h @@ -9,10 +9,10 @@ #include #include -#define CGREEN_VERSION "1.6.1" +#define CGREEN_VERSION "1.6.2" #define CGREEN_VERSION_MAJOR 1 #define CGREEN_VERSION_MINOR 6 -#define CGREEN_VERSION_PATCH 1 +#define CGREEN_VERSION_PATCH 2 extern char *cgreen_library_version; extern char *cgreen_library_revision;