summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-01-13 12:39:09 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-01-13 12:39:09 +0000
commitaa17c7885d328907e8133ce622e10789b21e561e (patch)
treede1a856132f09cb4b06a72b8187a812f7bc4964d
parent9a593c0b4156d487bca6b894a409b3bce8133640 (diff)
meson: bump version
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f281d91f..dbd8405c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-plugins-ugly', 'c',
- version : '1.11.0.1',
+ version : '1.11.1.1',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])