And update RELEASING for the new meson build system.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
git log master...origin (no output; note: *3* dots)
-2) Increment pixman_(major|minor|micro) in configure.ac according to
- the directions in that file.
+2) Increment pixman_(major|minor|micro) in configure.ac and meson.build
+ according to the directions in those files.
3) Make sure that new version works, including
#
m4_define([pixman_major], 0)
-m4_define([pixman_minor], 37)
-m4_define([pixman_micro], 1)
+m4_define([pixman_minor], 38)
+m4_define([pixman_micro], 0)
m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])
project(
'pixman',
['c'],
- version : '0.37.1',
+ version : '0.38.0',
license : 'MIT',
meson_version : '>= 0.47.2',
default_options : ['buildtype=debugoptimized'],