Bump version to 0.38.0 pixman-0.38.0
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Mon, 11 Feb 2019 12:25:14 +0000 (13:25 +0100)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Mon, 11 Feb 2019 12:27:25 +0000 (13:27 +0100)
And update RELEASING for the new meson build system.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
RELEASING
configure.ac
meson.build

index 657857de2b7826f50bc4bc003b2221eb490a451e..e104bda9f14511a14c49473031bee744d42c1246 100644 (file)
--- a/RELEASING
+++ b/RELEASING
@@ -10,8 +10,8 @@ Here are the steps to follow to create a new pixman release:
 
        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
 
index 6f6bd7e19142af5bdc5fe83245a723585f0d1f96..6efc6c0f80d692f2d38a0d3422cf369a62073b3d 100644 (file)
@@ -53,8 +53,8 @@ AC_PREREQ([2.57])
 #
 
 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])
 
index aaecc7bb3107780167d16200e72d81e23c846b67..fe77893b8cef60f60454ee7cdd28816328514bdb 100644 (file)
@@ -21,7 +21,7 @@
 project(
   'pixman',
   ['c'],
-  version : '0.37.1',
+  version : '0.38.0',
   license : 'MIT',
   meson_version : '>= 0.47.2',
   default_options : ['buildtype=debugoptimized'],