summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-11-02 12:11:10 -0400
committerMatt Turner <mattst88@gmail.com>2022-11-02 13:25:48 -0400
commit37216a32839f59e8dcaa4c3951b3fcfc3f07852c (patch)
tree63108dee63862b0af0645b42119f73eacfa21c5f
parenta1f88e842e0216a5b4df1ab023caebe33c101395 (diff)
Pre-release version bump to 0.42.2pixman-0.42.2
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 186a457..da950ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ AC_PREREQ([2.57])
m4_define([pixman_major], 0)
m4_define([pixman_minor], 42)
-m4_define([pixman_micro], 1)
+m4_define([pixman_micro], 2)
m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])
diff --git a/meson.build b/meson.build
index 3d1f016..15bd4df 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
project(
'pixman',
['c'],
- version : '0.42.1',
+ version : '0.42.2',
license : 'MIT',
meson_version : '>= 0.52.0',
default_options : ['c_std=gnu99', 'buildtype=debugoptimized'],