diff options
author | Matt Turner <mattst88@gmail.com> | 2019-04-07 13:13:30 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2019-04-07 13:13:30 -0700 |
commit | a7ffb3e6172958fa893e7c0d277b2baaaceabbdc (patch) | |
tree | ad2b92e6ff4a5c2873524f499296b9b71b0feb96 | |
parent | 4c4753c4073f2f0f5a2981b50ff67734c9c62745 (diff) |
Pre-release version bump to 0.38.2pixman-0.38.2
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 6efc6c0..a29b3dc 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], 0) +m4_define([pixman_micro], 2) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) diff --git a/meson.build b/meson.build index 8870b9e..71db1ea 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'pixman', ['c'], - version : '0.38.0', + version : '0.38.2', license : 'MIT', meson_version : '>= 0.47.2', default_options : ['buildtype=debugoptimized'], |