summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2023-01-23 23:04:53 +0000
committerTim-Philipp Müller <tim@centricular.com>2023-01-23 23:04:53 +0000
commit41c69372b57af40440527530e1e622a543cc19be (patch)
tree3f5e25ccc1169e93d000cf7e92093bff97756aa8 /meson.build
parentf13c65d977b740b5955343d320dcf2061bbdf62d (diff)
downloadgstreamer-41c69372b57af40440527530e1e622a543cc19be.tar.gz
Back to development
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3775>
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 1c33e18084..b2fbf56ef6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gstreamer-full', 'c',
- version : '1.22.0',
+ version : '1.23.0.1',
meson_version : '>= 0.62.0',
default_options : ['buildtype=debugoptimized',
# Needed due to https://github.com/mesonbuild/meson/issues/1889,