summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-11-03 18:44:03 +0000
committerTim-Philipp Müller <tim@centricular.com>2021-11-03 19:31:23 +0000
commita7b376011b3de28c333e9b738d7bd6fd585935c5 (patch)
tree9b876c0d8672909a7bbf69649ac9900feacbaef8 /meson.build
parentf513c289b0ef48a13aa0b80ba65a0c76c2a77cd2 (diff)
downloadgstreamer-a7b376011b3de28c333e9b738d7bd6fd585935c5.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 5b1ff6fe63..af96740425 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gstreamer-full', 'c',
- version : '1.19.3',
+ version : '1.19.3.1',
meson_version : '>= 0.59',
default_options : ['buildtype=debugoptimized',
# Needed due to https://github.com/mesonbuild/meson/issues/1889,