summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2020-04-19 15:01:30 -0700
committerMatt Turner <mattst88@gmail.com>2020-04-19 15:01:30 -0700
commit10a057e27f3a256c3b3ffc4fa71c45b0bbb783f7 (patch)
tree628bbba16c8036fda298e9b088ca62fa6613b040
parent244383bf9f3493c014985de46876e40fd5db43f3 (diff)
downloadpixman-10a057e27f3a256c3b3ffc4fa71c45b0bbb783f7.tar.gz
Post-release version bump to 0.40.1
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 43e9b20..8231e67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ AC_PREREQ([2.57])
m4_define([pixman_major], 0)
m4_define([pixman_minor], 40)
-m4_define([pixman_micro], 0)
+m4_define([pixman_micro], 1)
m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])
diff --git a/meson.build b/meson.build
index 1cec227..5d65417 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
project(
'pixman',
['c'],
- version : '0.40.0',
+ version : '0.40.1',
license : 'MIT',
meson_version : '>= 0.50.0',
default_options : ['buildtype=debugoptimized'],