summaryrefslogtreecommitdiff
path: root/subprojects/gst-docs/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/gst-docs/meson.build')
-rw-r--r--subprojects/gst-docs/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/gst-docs/meson.build b/subprojects/gst-docs/meson.build
index a7cb571352..9e64af142b 100644
--- a/subprojects/gst-docs/meson.build
+++ b/subprojects/gst-docs/meson.build
@@ -1,5 +1,5 @@
project('GStreamer manuals and tutorials', 'c',
- version: '1.23.0.1',
+ version: '1.23.1',
meson_version : '>= 1.1')
hotdoc_p = find_program('hotdoc')
@@ -150,4 +150,4 @@ run_target('release',
depends: [gstreamer_doc]
)
-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())