Skip to content

Commit

Permalink
[version] Bump version to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed Sep 26, 2023
1 parent e014a7a commit abb74b3
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 @@ -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}")
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.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;

0 comments on commit abb74b3

Please sign in to comment.