summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-10-18 11:01:24 +0200
committerSimon Ser <contact@emersion.fr>2022-10-18 11:01:24 +0200
commit7df9e162c69e95d0c1ab06acea06a82df37d0205 (patch)
tree9ece8dd0cdd8a9412f8fc58b5e35e1bfde9d2e52
parent8d6d7f44f44744ab43ca4f775b59c618b414033d (diff)
downloadpixman-7df9e162c69e95d0c1ab06acea06a82df37d0205.tar.gz
Post-release version bump to 0.42.1
Signed-off-by: Simon Ser <contact@emersion.fr>
-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 ba88e2c..5dc2561 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], 0)
+m4_define([pixman_micro], 1)
m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])
diff --git a/meson.build b/meson.build
index 69cbad0..aa641d2 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
project(
'pixman',
['c'],
- version : '0.42.0',
+ version : '0.42.1',
license : 'MIT',
meson_version : '>= 0.52.0',
default_options : ['buildtype=debugoptimized'],