From 48247c6ab6807d6ae179cf653cbdc64714d3313c Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Sun, 31 Dec 2017 13:21:30 +0000 Subject: [PATCH] meson: fix version number Current development version is 1.13.0.1. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a033267b9f..49878ece73 100644 --- a/meson.build +++ b/meson.build @@ -1,3 +1,3 @@ -project('gst-examples', 'c', version : '1.11.1.1', license : 'LGPL') +project('gst-examples', 'c', version : '1.13.0.1', license : 'LGPL') subdir('playback') subdir('network')