shithub: rgbds

Download patch

ref: 305512a2b7a7edb46265046dc5189b96496d077e
parent: a6b244b12efa63e8f6afd8bf4b933482e4270116
author: Antonio Niño Díaz <[email protected]>
date: Sun Jan 28 08:08:00 EST 2018

Increase version number to 0.3.5

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 (4)
+#define PACKAGE_VERSION_PATCH (5)
 
 const char *get_package_version_string(void);