summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-01-13 12:39:36 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-01-13 12:39:36 +0000
commit9f889c59c2f7bd71c394d9d4f714b60f513c24df (patch)
tree726a79a04a8cb3cb3b343c81026b9477b7bd68fc
parent6e145fadf9c5cc2c7d4bddf806b548327914bf68 (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 fdd340c..36eeaa9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-rtsp-server', 'c',
- version : '1.11.0.1',
+ version : '1.11.1.1',
meson_version : '>= 0.33.0',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])