Skip to content

Commit 6b2dc37

Browse files
committed
Release 0.6.0-rc1
1 parent 2b83a81 commit 6b2dc37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/version.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ extern "C" {
1414
#endif
1515

1616
#define PACKAGE_VERSION_MAJOR 0
17-
#define PACKAGE_VERSION_MINOR 5
18-
#define PACKAGE_VERSION_PATCH 2
17+
#define PACKAGE_VERSION_MINOR 6
18+
#define PACKAGE_VERSION_PATCH 0
19+
#define PACKAGE_VERSION_RC 1
1920

2021
char const *get_package_version_string(void);
2122

0 commit comments

Comments
 (0)