diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2020-12-06 23:57:14 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2020-12-06 23:57:14 +0000 |
commit | c848ef0dc26dae7e09761b6c015ead99b1484779 (patch) | |
tree | e36db810fa1c5e9f235fbfaf98fdd61edf90f568 | |
parent | 54e2576b10e5f98b6ab9b0db6c0daf4723064dff (diff) |
Back to development
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 5d89195..74bfa32 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-python', 'c', 'cpp', - version : '1.18.2', + version : '1.18.2.1', meson_version : '>= 0.46.0', default_options : [ 'warning_level=1', 'c_std=gnu99', |