Skip to content

Commit

Permalink
[version] 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed Oct 31, 2021
1 parent a2a05c8 commit 9314651
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 "4")
set(APPLICATION_VERSION_PATCH "0")
set(APPLICATION_VERSION_PATCH "1")

set(APPLICATION_VERSION ${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}${APPLICATION_VERSION_STATUS})
add_definitions(-DVERSION="${APPLICATION_VERSION}")
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.4.0"
#define CGREEN_VERSION "1.4.1"
#define CGREEN_VERSION_MAJOR 1
#define CGREEN_VERSION_MINOR 4
#define CGREEN_VERSION_PATCH 0
#define CGREEN_VERSION_PATCH 1

extern char *cgreen_library_version;
extern char *cgreen_library_revision;

0 comments on commit 9314651

Please sign in to comment.