shithub: rgbds

Download patch

ref: 6382f136477b4658b7cc13b6f2a444f5e44f2368
parent: 714d39c86ff4115f9d1a413bfd0ef41bc5f6353f
author: ISSOtm <[email protected]>
date: Tue Mar 9 20:04:23 EST 2021

Release 0.5.0-rc1

--- a/include/version.h
+++ b/include/version.h
@@ -10,9 +10,9 @@
 #define EXTERN_VERSION_H
 
 #define PACKAGE_VERSION_MAJOR 0
-#define PACKAGE_VERSION_MINOR 4
-#define PACKAGE_VERSION_PATCH 2
-// #define PACKAGE_VERSION_RC 1
+#define PACKAGE_VERSION_MINOR 5
+#define PACKAGE_VERSION_PATCH 0
+#define PACKAGE_VERSION_RC 1
 
 const char *get_package_version_string(void);