diff options
author | Petri Latvala <petri.latvala@intel.com> | 2018-01-16 15:23:20 +0200 |
---|---|---|
committer | Petri Latvala <petri.latvala@intel.com> | 2018-01-16 15:43:38 +0200 |
commit | 7b685d5790c1770eeac43c17d6b207a6df602985 (patch) | |
tree | 43293bd44a246505fdf70c67242e83c3876295ad /meson.build | |
parent | 184a8d68ca072204d4efee069783614bb1bd610e (diff) |
Update NEWS, bump version to 1.21.intel-gpu-tools-1.21
Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Acked-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 36403352c..5f12653b6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('intel-gpu-tools', 'c', - version : '1.20', + version : '1.21', default_options: [ 'warning_level=2', 'c_std=gnu99', |