diff --git a/NEWS b/NEWS index e92317f9..4363a251 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in Sysprof 3.37.2 +===================================== + + * sysprof-capture no longer requires GLib and therefore the ABI has + been bumped to 4. This allowed Sysprof to be used form GLib without + circular dependencies + * Various UI tweaks + * Support for use as a subproject + Overview of changes in Sysprof 3.36.0 ===================================== diff --git a/meson.build b/meson.build index 26f289f0..a47b8aa6 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', 'c', license: ['GPL3+', 'GPL2+'], - version: '3.37.1', + version: '3.37.2', meson_version: '>=0.50.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11',