summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-02-23 17:24:39 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-02-23 17:24:39 +0000
commitaedc91d4925d63e6c6a8f21e18b4fa67fcdadd31 (patch)
tree0fc5b71d563d1a0da9c1c434ed2fcf87fe9c13a6
parent693b759afa32181bda6e4382e03a27b90984cc79 (diff)
meson: update version
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7da53f6..7cdfa34 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-rtsp-server', 'c',
- version : '1.10.1',
+ version : '1.10.4',
meson_version : '>= 0.33.0',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])