From 9f33f8fe8da427986936617e829c51c82beeb216 Mon Sep 17 00:00:00 2001 From: Matthias Schmitz Date: Sun, 16 Aug 2015 19:54:19 +0200 Subject: [PATCH] Bump version to 0.4.3 --- ChangeLog | 4 ++++ config.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3a7c978..0fa3128 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-08-16 Matthias Schmitz + * tag version 0.4.3 + * switch to cmake as build system + 2014-10-14 Matthias Schmitz * tag version 0.4.2 * Always use "defined" when testing for a preprocessor macro diff --git a/config.h b/config.h index e23ff7c..e7fcf81 100644 --- a/config.h +++ b/config.h @@ -1,2 +1,2 @@ -#define PACKAGE_VERSION "0.4.2" -#define VERSION "0.4.2" +#define PACKAGE_VERSION "0.4.3" +#define VERSION "0.4.3"