release 3.27.92

This commit is contained in:
Christian Hergert
2018-03-04 21:06:01 -08:00
parent 65e9dca2c4
commit 1ec14b637e
3 changed files with 9 additions and 2 deletions

7
NEWS
View File

@ -1,3 +1,10 @@
Overview of changes in Sysprof 3.27.92
======================================
Translations:
* Serbian, German, Finnish, Spanish, Hungarian
Overview of changes in Sysprof 3.27.91
======================================

View File

@ -35,7 +35,7 @@
</provides>
<releases>
<release version="3.22.3" date="2016-11-28"/>
<release version="3.27.92" date="2018-03-04"/>
</releases>
<metadata_license>CC0-1.0</metadata_license>

View File

@ -1,6 +1,6 @@
project('sysprof', ['c', 'cpp'],
license: ['GPL3+', 'GPL2+'],
version: '3.27.91',
version: '3.27.92',
meson_version: '>=0.40.1',
default_options: [
'c_std=gnu11',