Skip to content

Commit

Permalink
[version] Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed Mar 22, 2022
1 parent 9eb0928 commit b0b751d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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...

Expand Down
4 changes: 2 additions & 2 deletions include/cgreen/cgreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
#include <cgreen/runner.h>
#include <cgreen/boxed_double.h>

#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;

0 comments on commit b0b751d

Please sign in to comment.