summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2019-05-25 20:15:54 +0200
committerSam Thursfield <sam@afuera.me.uk>2019-05-25 20:16:31 +0200
commitfd587b6e6bb669966cf56060d125ad6da5500072 (patch)
tree31649718952b82092dc38c1fc31648ea6275dd11 /meson.build
parent7f6f8d49bdda41ca17e0db13c8c4e99f36c1a333 (diff)
downloadtracker-fd587b6e6bb669966cf56060d125ad6da5500072.tar.gz
build: Bump version to 2.3.0 in master
API additions for the 2.3 series are now possible.
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 ebe08de2f..b0b6b4d98 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c', 'vala',
- version: '2.2.2',
+ version: '2.3.0',
meson_version: '>=0.47')
gnome = import('gnome')