From 7405bc2382ef842ca79e3f14219064fa27d9cc95 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Mon, 14 Sep 2015 16:19:05 +0200 Subject: [PATCH] version 0.2.7 - FIX: ocat -v correctly displays configured JSON_INDENT - FIX: spec file now builds packages on OBS --- Changelog | 4 ++++ etc/rhel/ot-recorder.spec | 2 +- version.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 88607b2..7a95dc3 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +2015-09-14 version 0.2.7 + +- FIX: ocat -v correctly displays configured JSON_INDENT +- FIX: spec file now builds packages on OBS 2015-09-14 version 0.2.6 diff --git a/etc/rhel/ot-recorder.spec b/etc/rhel/ot-recorder.spec index 61f3c3f..9bc0a5b 100644 --- a/etc/rhel/ot-recorder.spec +++ b/etc/rhel/ot-recorder.spec @@ -1,4 +1,4 @@ -%define version 0.2.6 +%define version 0.2.7 Name: ot-recorder Version: %{version} diff --git a/version.h b/version.h index 7421014..fb89fca 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.2.6" +#define VERSION "0.2.7"