pixman: Branch 'master'

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


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

New commits:
commit 8d6d7f44f44744ab43ca4f775b59c618b414033d
Author: Simon Ser <contact at emersion.fr>
Date:   Tue Oct 18 09:44:04 2022 +0200

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

diff --git a/configure.ac b/configure.ac
index 8561449..ba88e2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,8 +53,8 @@ AC_PREREQ([2.57])
 #
 
 m4_define([pixman_major], 0)
-m4_define([pixman_minor], 40)
-m4_define([pixman_micro], 1)
+m4_define([pixman_minor], 42)
+m4_define([pixman_micro], 0)
 
 m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])
 
diff --git a/meson.build b/meson.build
index a485d8b..69cbad0 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
 project(
   'pixman',
   ['c'],
-  version : '0.40.1',
+  version : '0.42.0',
   license : 'MIT',
   meson_version : '>= 0.52.0',
   default_options : ['buildtype=debugoptimized'],


More information about the xorg-commit mailing list