release 3.30.1

This commit is contained in:
Christian Hergert
2018-09-24 17:47:19 -07:00
parent db6445d6aa
commit 790b41ddbc
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@ -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
=====================================

View File

@ -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',