From 4638c60dedfa581fd5fa7c6420d8f32274c9ca0b Mon Sep 17 00:00:00 2001 From: Xavier Mendez Date: Sat, 5 Sep 2015 20:30:41 +0200 Subject: [PATCH] Release version 3.0.5 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 71b0e6a5..d3247b68 100644 --- a/src/version.h +++ b/src/version.h @@ -12,10 +12,10 @@ extern "C" { * CONSTANTS * *************/ -#define HOEDOWN_VERSION "3.0.4" +#define HOEDOWN_VERSION "3.0.5" #define HOEDOWN_VERSION_MAJOR 3 #define HOEDOWN_VERSION_MINOR 0 -#define HOEDOWN_VERSION_REVISION 4 +#define HOEDOWN_VERSION_REVISION 5 /*************