pixman: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 18 09:01:41 UTC 2022


 configure.ac |    2 +-
 meson.build  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7df9e162c69e95d0c1ab06acea06a82df37d0205
Author: Simon Ser <contact at emersion.fr>
Date:   Tue Oct 18 11:01:24 2022 +0200

    Post-release version bump to 0.42.1
    
    Signed-off-by: Simon Ser <contact at emersion.fr>

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'],


More information about the xorg-commit mailing list