summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-04-24 12:51:38 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-04-24 12:59:39 +0200
commitf9f354d55a07011dd1a9b879ff9e112c1f1c4064 (patch)
tree60f1da21659ff7dd1b287ff9b88859d00e12be4c /meson.build
parent5ac6e360432d2786699b3c405765c3e58c93eeae (diff)
downloadtracker-f9f354d55a07011dd1a9b879ff9e112c1f1c4064.tar.gz
build: Bump version to 3.4.0.alpha
Also add the relevant versioning helper macros, so that we can add new API right away.
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 253028b70..bb370a806 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c', 'vala',
- version: '3.3.0',
+ version: '3.4.0.alpha',
meson_version: '>=0.51',
default_options: [
'c_std=c99',