From 790b41ddbc23fd81345bf98dc58e2bf5fb583b56 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 24 Sep 2018 17:47:19 -0700 Subject: [PATCH] release 3.30.1 --- NEWS | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d04847a9..abb0278d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Overview of changes in Sysprof 3.30.1 +===================================== + + * Various compilation fixes for alternative platforms, compilers, and toolchains. + * Backport model filter fixes from libdazzle. + +Translations: + + * Swedish, Hungarian, Brazilian Portuguese + Overview of changes in Sysprof 3.30.0 ===================================== diff --git a/meson.build b/meson.build index ff7296b4..1049ade3 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', ['c', 'cpp'], license: ['GPL3+', 'GPL2+'], - version: '3.30.0', + version: '3.30.1', meson_version: '>=0.40.1', default_options: [ 'c_std=gnu11',