Commit e6bf7eff authored by Yuanle Song's avatar Yuanle Song
Browse files

v1.2.1 add minimum meson version in meson.build

parent 2652029b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
# -*- mode: conf -*-
project('zero-panel', 'c',
  version: '1.2.0',
  version: '1.2.1',
  license: 'EPL-2.0',
  meson_version: '>=0.46.0',
  default_options: [
    'warning_level=3',
    'werror=true',