diff --git a/NEWS b/NEWS index 4363a251..78021e64 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Overview of changes in Sysprof 3.37.90 +====================================== + + * Various build fixes + * Translation updates + Overview of changes in Sysprof 3.37.2 ===================================== diff --git a/meson.build b/meson.build index 0cecd92f..1060520a 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', 'c', license: ['GPL3+', 'GPL2+'], - version: '3.37.2', + version: '3.37.90', meson_version: '>=0.51.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11',