summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2017-09-05 14:27:38 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2017-09-05 14:40:09 +0200
commita5789c226f9bc10617261f4e07aa27af77ff3e6e (patch)
tree164c5de144c0753494262fe67368fc8c084fc2f8 /meson.build
parent50ce572e337edf4f6ccece38edfd6f26497a5e7b (diff)
downloadgnome-contacts-a5789c226f9bc10617261f4e07aa27af77ff3e6e.tar.gz
Release version 3.25.92.13.25.92.1
This fixes a build error (bug 787299), by remove an unused enum from the GSettings file. The option for the enum itself was removed in commit 6e8656ec552891f00bbe4ac2892c619e14029a90 and hasn't been used since. It only gave us errors when trying to compile the schema.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 8ce272d..d498df6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '3.25.92',
+ version: '3.25.92.1',
license: 'GPL2+',
meson_version: '>= 0.37',
)