summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-11-08 02:08:08 +0000
committerTim-Philipp Müller <tim@centricular.com>2022-11-08 02:08:08 +0000
commitdb450689db1c8216a059c7733e1d2d37f4b3443b (patch)
tree96c1bc28849b5746fe0ff605284dfaf61a0409eb /meson.build
parenta1fcf2b90a293ed6d345411a73420fd77faed4f2 (diff)
downloadgstreamer-db450689db1c8216a059c7733e1d2d37f4b3443b.tar.gz
Back to development
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3358>
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 6027292231..55d1d7e400 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gstreamer-full', 'c',
- version : '1.21.2',
+ version : '1.21.2.1',
meson_version : '>= 0.62.0',
default_options : ['buildtype=debugoptimized',
# Needed due to https://github.com/mesonbuild/meson/issues/1889,