diff options
author | Matt Turner <mattst88@gmail.com> | 2019-04-10 10:25:18 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2019-04-10 10:25:18 -0700 |
commit | e21ebfb13f486b73248bc0d8c1c81f209ffe0420 (patch) | |
tree | 2651a6c1a5a4013449ddd3220a27b7cf8a4642fb | |
parent | e8df10eea9609609568bf4cbc05796594c1b978d (diff) | |
download | pixman-e21ebfb13f486b73248bc0d8c1c81f209ffe0420.tar.gz |
Post-release version bump to 0.38.5
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4cbd454..1ca3974 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_PREREQ([2.57]) m4_define([pixman_major], 0) m4_define([pixman_minor], 38) -m4_define([pixman_micro], 4) +m4_define([pixman_micro], 5) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) diff --git a/meson.build b/meson.build index fad22ee..1a11587 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'pixman', ['c'], - version : '0.38.4', + version : '0.38.5', license : 'MIT', meson_version : '>= 0.47.2', default_options : ['buildtype=debugoptimized'], |