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:
4c4753c
)
Pre-release version bump to 0.38.2
pixman-0.38.2
author
Matt Turner
<mattst88@gmail.com>
Sun, 7 Apr 2019 20:13:30 +0000
(13:13 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Sun, 7 Apr 2019 20:13:30 +0000
(13:13 -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 6efc6c0f80d692f2d38a0d3422cf369a62073b3d..a29b3dcfb2924b84c0121ef41afb7c65ef594911 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],
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 8870b9ecca25c6427b35e47fd6c199f2e73b91e8..71db1ea9b8e9b5f50095fe3efdaa27cb03afd94d 100644
(file)
--- 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'],