Skip to content

Commit

Permalink
[version] Bump internal marking to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed May 15, 2023
1 parent 98c2550 commit be145c7
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 "1")
set(APPLICATION_VERSION_PATCH "2")

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.1"
#define CGREEN_VERSION "1.6.2"
#define CGREEN_VERSION_MAJOR 1
#define CGREEN_VERSION_MINOR 6
#define CGREEN_VERSION_PATCH 1
#define CGREEN_VERSION_PATCH 2

extern char *cgreen_library_version;
extern char *cgreen_library_revision;

0 comments on commit be145c7

Please sign in to comment.