summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2025-06-09 18:59:27 -0400
committerMatt Turner <mattst88@gmail.com>2025-06-09 18:59:27 -0400
commitf66204bc508e84eae41aa60164c3e8ef6cc94d43 (patch)
treed1c43a477c66b6586942160ace238c6510310313
parent195e9f88899d80ec75fdb0ff469206cd4adb129f (diff)
Post-release version bump to 0.46.3HEADmaster
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2b4267c..9f5a2b0 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
project(
'pixman',
['c'],
- version : '0.46.2',
+ version : '0.46.3',
license : 'MIT',
meson_version : '>= 1.3.0',
default_options : ['c_std=gnu99,c99', 'buildtype=debugoptimized'],