From ea4276c7ac4537dd4daaec3286dd76a5bd4af921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Tue, 20 Mar 2018 20:11:32 +0000 Subject: [PATCH] Increase version number to 0.3.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antonio Niño Díaz --- include/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/version.h b/include/version.h index e05139c4..accb0a5b 100644 --- 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 (5) +#define PACKAGE_VERSION_PATCH (6) const char *get_package_version_string(void);