diff --git a/CMakeLists.txt b/CMakeLists.txt index bb52d9bf..8012a1ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ enable_testing() set(APPLICATION_NAME ${PROJECT_NAME}) set(APPLICATION_VERSION_MAJOR "1") set(APPLICATION_VERSION_MINOR "5") -set(APPLICATION_VERSION_PATCH "0") +set(APPLICATION_VERSION_PATCH "1") # If you change here, also change in include/cgreen/cgreen.h # unless you write some code that automatically updates that... diff --git a/include/cgreen/cgreen.h b/include/cgreen/cgreen.h index ead7a6b5..7ce3c9ce 100644 --- a/include/cgreen/cgreen.h +++ b/include/cgreen/cgreen.h @@ -9,10 +9,10 @@ #include #include -#define CGREEN_VERSION "1.5.0" +#define CGREEN_VERSION "1.5.1" #define CGREEN_VERSION_MAJOR 1 #define CGREEN_VERSION_MINOR 5 -#define CGREEN_VERSION_PATCH 0 +#define CGREEN_VERSION_PATCH 1 extern char *cgreen_library_version; extern char *cgreen_library_revision;