From 748943f6fc036e1f3c9912071338e0a7ad461466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Wed, 2 May 2018 20:04:00 +0100 Subject: [PATCH] Increase version number to 0.3.7 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 accb0a5b..0cc07d10 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 (6) +#define PACKAGE_VERSION_PATCH (7) const char *get_package_version_string(void);