summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-10-04 03:57:31 +0100
committerTim-Philipp Müller <tim@centricular.com>2022-10-04 03:57:31 +0100
commit99bbb1ef359f6b9d962b2cb9f66a74fe3bb31280 (patch)
tree59b0a5c5db83f81293185eb6f895bd77dbf2e29f /meson.build
parent9820e58be68004fcfe674eb577efb5cae203c65d (diff)
downloadgstreamer-99bbb1ef359f6b9d962b2cb9f66a74fe3bb31280.tar.gz
Back to development
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3115>
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 99eb94aae9..1fabfafe1c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gstreamer-full', 'c',
- version : '1.21.1',
+ version : '1.21.1.1',
meson_version : '>= 0.62.0',
default_options : ['buildtype=debugoptimized',
# Needed due to https://github.com/mesonbuild/meson/issues/1889,