summaryrefslogtreecommitdiff
path: root/subprojects/gstreamer/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/gstreamer/meson.build')
-rw-r--r--subprojects/gstreamer/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/gstreamer/meson.build b/subprojects/gstreamer/meson.build
index 6f189475a7..38fb1d1113 100644
--- a/subprojects/gstreamer/meson.build
+++ b/subprojects/gstreamer/meson.build
@@ -1,5 +1,5 @@
project('gstreamer', 'c',
- version : '1.23.0.1',
+ version : '1.23.1',
meson_version : '>= 1.1',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
@@ -680,7 +680,7 @@ endif
configure_file(output : 'config.h', configuration : cdata)
install_data('gst-element-check-1.0.m4', install_dir : join_paths(get_option('datadir'), 'aclocal'))
-meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.20.0', meson.project_version())
+meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
plugin_names = []
gst_plugins = []