diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-07-30 08:36:01 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-07-30 22:16:31 -0400 |
commit | 554954d1264742bcb735f9100e89d24f5daee958 (patch) | |
tree | b7d501e36617a86495ba75398b9b14ef95cd390d /meson.build | |
parent | 73477b5abf51fa8c1820609175fd37fbc5c53c31 (diff) | |
download | gtk+-554954d1264742bcb735f9100e89d24f5daee958.tar.gz |
3.99.03.99.0
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 7fa96b745c..f390956761 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '3.98.5', + version: '3.99.0', default_options: [ 'buildtype=debugoptimized', 'warning_level=1', |