release 3.33.92

This commit is contained in:
Christian Hergert
2019-09-04 15:19:37 -07:00
parent d13f22416f
commit 6e6967c0a9
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
Overview of changes in Sysprof 3.33.92
======================================
• Check for GLib 2.61.3 or newer for features used when removing deprecated
API usage from GLib.
• Require meson 0.50
• Translation updates
Overview of changes in Sysprof 3.33.90
======================================

View File

@ -1,6 +1,6 @@
project('sysprof', ['c', 'cpp'],
license: ['GPL3+', 'GPL2+'],
version: '3.33.90',
version: '3.33.92',
meson_version: '>=0.50.0',
default_options: [ 'c_std=gnu11',
'cpp_std=c++11',