Skip to content

Commit

Permalink
Release 0.6.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm committed Jul 2, 2022
1 parent 2b83a81 commit 6b2dc37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ extern "C" {
#endif

#define PACKAGE_VERSION_MAJOR 0
#define PACKAGE_VERSION_MINOR 5
#define PACKAGE_VERSION_PATCH 2
#define PACKAGE_VERSION_MINOR 6
#define PACKAGE_VERSION_PATCH 0
#define PACKAGE_VERSION_RC 1

char const *get_package_version_string(void);

Expand Down

0 comments on commit 6b2dc37

Please sign in to comment.