summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2019-04-07 13:34:44 -0700
committerMatt Turner <mattst88@gmail.com>2019-04-07 13:34:44 -0700
commit8888e752bf161d60e2015c912d09e68a11a9eafa (patch)
treeac875eddf15022c7027f230c06512af89fdfc868
parenta7ffb3e6172958fa893e7c0d277b2baaaceabbdc (diff)
downloadpixman-8888e752bf161d60e2015c912d09e68a11a9eafa.tar.gz
Post-release version bump to 0.38.3
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a29b3dc..d057d59 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], 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 71db1ea..596c1e2 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
project(
'pixman',
['c'],
- version : '0.38.2',
+ version : '0.38.3',
license : 'MIT',
meson_version : '>= 0.47.2',
default_options : ['buildtype=debugoptimized'],