From 305512a2b7a7edb46265046dc5189b96496d077e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Sun, 28 Jan 2018 13:08:00 +0000 Subject: [PATCH] Increase version number to 0.3.5 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 a3502629..e05139c4 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 (4) +#define PACKAGE_VERSION_PATCH (5) const char *get_package_version_string(void);