diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2021-04-30 09:11:43 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-04-30 09:31:12 +1000 |
commit | 34b8a46e640c655b5e552410817fa70ca558f4d2 (patch) | |
tree | 7f2e83d51bb5a5a8c8ed8842c2a9c1831f75305e /meson.build | |
parent | b6bc35b845163de5ab2bfa9521bdf4d8aef28604 (diff) |
gitlab CI: check that the autotools and meson versions are in sync
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 5f3622a..f6ec73c 100644 --- a/meson.build +++ b/meson.build @@ -18,6 +18,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. +# keep version in sync with configure.ac project('xorgproto', 'c', license : 'MIT', version : '2021.3') cc = meson.get_compiler('c') |