release 3.25.92

This commit is contained in:
Christian Hergert
2017-09-05 13:25:47 -07:00
parent af616454ad
commit 532a9dc840
3 changed files with 24 additions and 3 deletions

21
NEWS
View File

@ -1,3 +1,24 @@
Overview of changes in Sysprof 3.25.92
======================================
Changes since 3.24.0
* Additional help topics
* Fix for a potential divide-by-zero when generating callgraphs
* Alignment attributes to allow building on armel/armhf/mipsel
* About dialog is now modal
* Each new Sysprof window gets its own window group
Note to packagers:
* We will drop autotools after 3.26 and complete our switch to Meson.
Translations:
* Indonesian, Spanish, Slovak, Friulian, Czech, Polish, Brazilian Portuguese
Thanks to all of our contributors
Overview of changes in Sysprof 3.24.0
=====================================

View File

@ -6,7 +6,7 @@ dnl Define Versioning Information
dnl ***********************************************************************
m4_define([major_version],[3])
m4_define([minor_version],[25])
m4_define([micro_version],[0])
m4_define([micro_version],[92])
m4_define([package_version],[major_version.minor_version.micro_version])
m4_define([bug_report_url],[https://bugzilla.gnome.org/enter_bug.cgi?product=sysprof])
m4_define([api_version],[2])

View File

@ -1,7 +1,7 @@
project('sysprof', ['c', 'cpp'],
license: ['GPL3+', 'GPL2+'],
version: '3.22.3',
meson_version: '>=0.37.0',
version: '3.25.92',
meson_version: '>=0.40.1',
default_options: [
'c_std=gnu11',
'cpp_std=c++03',