diff options
author | Matt Turner <mattst88@gmail.com> | 2024-02-29 11:13:20 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2024-02-29 11:13:20 -0500 |
commit | 54cad71674ec485cbbbf49876feaa8a69b97c828 (patch) | |
tree | ad7395c86a486c7b13a7fe5f938c40e9f7760ce2 | |
parent | add7c8db45f7a253a3a20b0be3a2bfb304fea894 (diff) |
Pre-release version bump to 0.43.4pixman-0.43.4
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 438e6cf..e297840 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'pixman', ['c'], - version : '0.43.3', + version : '0.43.4', license : 'MIT', meson_version : '>= 0.52.0', default_options : ['c_std=gnu99', 'buildtype=debugoptimized'], |