projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23f036d
)
Pre-release version bump to 0.38.4
upstream
upstream_work_20200220
pixman-0.38.4
upstream/0.38.4
author
Matt Turner
<mattst88@gmail.com>
Wed, 10 Apr 2019 17:17:47 +0000
(10:17 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Wed, 10 Apr 2019 17:17:47 +0000
(10:17 -0700)
Signed-off-by: Matt Turner <mattst88@gmail.com>
configure.ac
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index d057d59e7c9103f756a09f5ecd9d160e5fcbd210..4cbd454a111147ee397c6fa10b08c4c93b0c8799 100644
(file)
--- 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],
3
)
+m4_define([pixman_micro],
4
)
m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])
diff --git
a/meson.build
b/meson.build
index 596c1e25973fffb760fe5f8fcb59586de8121197..fad22eea910b6df24feefa4ab54c7fc7801c70ec 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-21,7
+21,7
@@
project(
'pixman',
['c'],
- version : '0.38.
3
',
+ version : '0.38.
4
',
license : 'MIT',
meson_version : '>= 0.47.2',
default_options : ['buildtype=debugoptimized'],