summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-09-03 12:08:34 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-09-03 12:08:34 -0300
commit63ed4c48c84291ca70c747d6078090f8263088bf (patch)
treeac32ee8afd4ef58f6a22b309af550bda0231d87c /meson.build
parent19e4023e3ba3c3ce0d1db7d12997a7668f2cd1d2 (diff)
downloadgnome-calendar-63ed4c48c84291ca70c747d6078090f8263088bf.tar.gz
3.30.03.30.0
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 9662b09d..8bdd20c2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'gnome-calendar',
'c',
- version: '3.29.92',
+ version: '3.30.0',
license: 'GPL3+',
meson_version: '>= 0.42.0'
)
@@ -35,7 +35,7 @@ calendar_schemadir = join_paths(calendar_datadir, 'glib-2.0', 'schemas')
###########
calendar_buildtype = get_option('buildtype')
-calendar_debug = calendar_minor_version.is_odd() or buildtype.contains('debug')
+calendar_debug = calendar_minor_version.is_odd() or calendar_buildtype.contains('debug')
enable_tracing = get_option('tracing')
enable_gtk_doc = get_option('documentation')