shithub: rgbds

Download patch

ref: 0cbe6abbd5855dae13e79cde17f972b6ced623f1
parent: fe6e5e445bd6ac0e53200da95884cdb7746b002c
author: Antonio Niño Díaz <[email protected]>
date: Sun Dec 31 10:15:54 EST 2017

Increase package version number to 0.3.3

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

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