From 42285ae1dc4b91fdfb4f2f7a8f5d6f61c55cfbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 24 Apr 2019 15:05:52 +0100 Subject: [PATCH] Back to development --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 91cf692268..ae90589167 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('GStreamer manuals and tutorials', 'c', - version: '1.16.0', + version: '1.17.0.1', meson_version: '>=0.48.0') hotdoc = import('hotdoc')