summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-12-05 02:29:08 +0000
committerTim-Philipp Müller <tim@centricular.com>2022-12-05 02:29:08 +0000
commit1f65d7cc5c30efa4f86bfbd9a592b46d63ec2268 (patch)
tree8643422cee1bcb5656a30a1e665d70e71ce1e422 /meson.build
parentfd6a3948c672aab588eacf7247f626e37739c656 (diff)
downloadgstreamer-1f65d7cc5c30efa4f86bfbd9a592b46d63ec2268.tar.gz
Back to development
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 1d439cf8b5..e8ee12722a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gstreamer-full', 'c',
- version : '1.21.3',
+ version : '1.21.3.1',
meson_version : '>= 0.62.0',
default_options : ['buildtype=debugoptimized',
# Needed due to https://github.com/mesonbuild/meson/issues/1889,