summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2024-01-04 11:01:05 +0100
committerSimon Ser <contact@emersion.fr>2024-01-04 11:01:05 +0100
commit6c2e4a0dd9d1c84f501f9b764f08d258e03b3357 (patch)
tree030782e62439dad239e98e02aa1d1a37f8f5d5ae
parent396e1a76edbbe96b6584a80bc850243ed0f8a91d (diff)
Pre-release version bump to 0.43.0pixman-0.43.0
Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5c896ac..285373d 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
project(
'pixman',
['c'],
- version : '0.42.3',
+ version : '0.43.0',
license : 'MIT',
meson_version : '>= 0.52.0',
default_options : ['c_std=gnu99', 'buildtype=debugoptimized'],