release 3.44.0 (GNOME 42.0)

This commit is contained in:
Christian Hergert
2022-03-18 15:46:32 -07:00
parent c4ffb18ded
commit 7d44e2db75
3 changed files with 8 additions and 2 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
Overview of changes in Sysprof 3.44.0
=====================================
* Translation updates
Overview of changes in Sysprof 3.43.90 Overview of changes in Sysprof 3.43.90
====================================== ======================================

View File

@ -37,6 +37,7 @@
</provides> </provides>
<releases> <releases>
<release version="3.44.0" date="2022-03-18"/>
<release version="3.43.90" date="2022-03-07"/> <release version="3.43.90" date="2022-03-07"/>
<release version="3.42.1" date="2021-11-04"/> <release version="3.42.1" date="2021-11-04"/>
<release version="3.42.0" date="2021-09-21"/> <release version="3.42.0" date="2021-09-21"/>

View File

@ -1,6 +1,6 @@
project('sysprof', 'c', project('sysprof', 'c',
license: ['GPL3+', 'GPL2+'], license: ['GPL3+', 'GPL2+'],
version: '3.43.90', version: '3.44.0',
meson_version: '>=0.51.0', meson_version: '>=0.51.0',
default_options: [ 'c_std=gnu11', default_options: [ 'c_std=gnu11',
'cpp_std=c++11', 'cpp_std=c++11',
@ -8,7 +8,7 @@ project('sysprof', 'c',
] ]
) )
symbolic_version = '41.1' symbolic_version = '42.0'
gnome = import('gnome') gnome = import('gnome')
pkgconfig = import('pkgconfig') pkgconfig = import('pkgconfig')