summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-06-19 19:28:16 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-06-19 19:28:16 +0100
commit5f8bf174e8a9cd1b69c03be24941305078fbeeb2 (patch)
tree4d2cfe04705d4694b03a919ff30eeeb30c307910
parent219415dbf651002d68c217ae2cec06f808c5235b (diff)
Release 1.17.1gst-examples-1.17.1
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ea0721e7cf..13bdb1a9aa 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gst-examples', 'c', version : '1.17.0.1', license : 'LGPL')
+project('gst-examples', 'c', version : '1.17.1', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)