From 983cf27fd35957d415cccaafc739c17d576ec8f1 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 19 Jun 2018 13:08:44 -0400 Subject: [PATCH] Release 1.5.1 Stephen Gallagher (3): Make some tests optional Add rudimentary test for memory leaks Add valgrind to travis and sort the RPM list Signed-off-by: Stephen Gallagher --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 07ed0c82f..23c7289ef 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('modulemd', 'c', - version : '1.5.0', + version : '1.5.1', default_options : [ 'buildtype=debugoptimized', 'c_std=c11',