pixman: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 3 13:53:37 UTC 2022


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

New commits:
commit 618e3d4283b63deeb60e37c049189d4261ddea39
Author: Matt Turner <mattst88 at gmail.com>
Date:   Thu Nov 3 09:52:59 2022 -0400

    Post-release version bump to 0.42.3

diff --git a/configure.ac b/configure.ac
index da950ed..9de9e22 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], 2)
+m4_define([pixman_micro], 3)
 
 m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])
 
diff --git a/meson.build b/meson.build
index 15bd4df..14de9aa 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
 project(
   'pixman',
   ['c'],
-  version : '0.42.2',
+  version : '0.42.3',
   license : 'MIT',
   meson_version : '>= 0.52.0',
   default_options : ['c_std=gnu99', 'buildtype=debugoptimized'],


More information about the xorg-commit mailing list