From 3f29b46283f1632581af1d056880f2e7aa98452d Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Thu, 29 Mar 2018 18:58:09 +0100 Subject: [PATCH] meson: Bump version to 1.15.0.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 49878ece73..33c97d28c5 100644 --- a/meson.build +++ b/meson.build @@ -1,3 +1,3 @@ -project('gst-examples', 'c', version : '1.13.0.1', license : 'LGPL') +project('gst-examples', 'c', version : '1.15.0.1', license : 'LGPL') subdir('playback') subdir('network')