[gtk+/wip/meson: 115/136] build: Bump version and C standard
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/meson: 115/136] build: Bump version and C standard
- Date: Fri, 28 Apr 2017 14:36:39 +0000 (UTC)
commit c4d5c6574606824b85f69971d69c4c8731c9af37
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Apr 18 14:29:48 2017 +0100
build: Bump version and C standard
GTK+ 4.0 uses C99.
meson.build | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 36b8001..34ba0fb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,8 +1,9 @@
project('gtk+-4.0', 'c',
- version: '3.89.50',
+ version: '3.91.1',
default_options: [
'buildtype=debugoptimized',
- 'warning_level=1'
+ 'warning_level=1',
+ 'c_std=c99',
],
meson_version : '>= 0.39.1',
license: 'LGPLv2.1+')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]