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;