shithub: rgbds

Download patch

ref: 748943f6fc036e1f3c9912071338e0a7ad461466
parent: d945c5811c158c8d032fed2bd320e33663d90af8
author: Antonio Niño Díaz <[email protected]>
date: Wed May 2 16:04:00 EDT 2018

Increase version number to 0.3.7

Signed-off-by: Antonio Niño Díaz <[email protected]>

--- a/include/version.h
+++ b/include/version.h
@@ -11,7 +11,7 @@
 
 #define PACKAGE_VERSION_MAJOR (0)
 #define PACKAGE_VERSION_MINOR (3)
-#define PACKAGE_VERSION_PATCH (6)
+#define PACKAGE_VERSION_PATCH (7)
 
 const char *get_package_version_string(void);