summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-02-15 16:38:53 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-02-15 16:38:53 +0000
commit88412ef100c9d45139496935d95ba59c8b106acb (patch)
tree87eca9910eab6b164246dd190682351c8fcdd30c /meson.build
parent88751d41107f4e54a9b9c95d8b4c8125988dab72 (diff)
Back to development
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6126>
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 781aaa7ac9..0d8b72d7f5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gstreamer-full', 'c',
- version : '1.23.2',
+ version : '1.23.2.1',
meson_version : '>= 1.1',
default_options : ['buildtype=debugoptimized',
# Needed due to https://github.com/mesonbuild/meson/issues/1889,