summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-11-07 23:53:59 +0000
committerTim-Philipp Müller <tim@centricular.com>2022-11-07 23:54:03 +0000
commit3e29ac35c4d6be56893969af19d8e21137160814 (patch)
tree597b33afd156a78c982bbb42b07f58907b7f5e0b /meson.build
parent98d2f958a92a1949227ea92294657d2dca678eff (diff)
downloadgstreamer-3e29ac35c4d6be56893969af19d8e21137160814.tar.gz
Release 1.21.2
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 1fabfafe1c..6027292231 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gstreamer-full', 'c',
- version : '1.21.1.1',
+ version : '1.21.2',
meson_version : '>= 0.62.0',
default_options : ['buildtype=debugoptimized',
# Needed due to https://github.com/mesonbuild/meson/issues/1889,