summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2020-04-19 14:37:14 -0700
committerMatt Turner <mattst88@gmail.com>2020-04-19 14:52:22 -0700
commit244383bf9f3493c014985de46876e40fd5db43f3 (patch)
treeb359d18c973a6580ba117f01b7c1eb7dfc1b9b7d
parent405f26068caed14c0259981085928e617f5facc6 (diff)
downloadpixman-244383bf9f3493c014985de46876e40fd5db43f3.tar.gz
Pre-release version bump to 0.40.0pixman-0.40.0
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--configure.ac4
-rw-r--r--meson.build2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 90a6035..43e9b20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,8 +53,8 @@ AC_PREREQ([2.57])
#
m4_define([pixman_major], 0)
-m4_define([pixman_minor], 38)
-m4_define([pixman_micro], 5)
+m4_define([pixman_minor], 40)
+m4_define([pixman_micro], 0)
m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])
diff --git a/meson.build b/meson.build
index a45c969..1cec227 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
project(
'pixman',
['c'],
- version : '0.38.5',
+ version : '0.40.0',
license : 'MIT',
meson_version : '>= 0.50.0',
default_options : ['buildtype=debugoptimized'],