From 1769d0007b79ce5a054a22d39409dab22f2889b2 Mon Sep 17 00:00:00 2001 From: Clement Sibille Date: Tue, 5 Mar 2024 20:43:33 +0900 Subject: Add accessor methods for PNG data --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index de866e5..3ce9711 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('lisiblepng', 'c', default_options: ['c_std=c18', 'warning_level=3'], version: '0.1.0') +project('lisiblepng', 'c', default_options: ['c_std=c18', 'warning_level=3'], version: '0.2.0') subdir('lisiblepng') subdir('lisiblepng-bin') -- cgit v1.2.3