diff options
| author | Michael Forney <mforney@mforney.org> | 2020-04-23 00:32:23 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-04-23 00:32:23 -0700 |
| commit | c0495e1b9d8fc78413393580a4f0456629c442b4 (patch) | |
| tree | 0c3d139621efb00cd53d7be8f9e49a55745732b0 /pkg/pixman/gen.lua | |
| parent | 5612be33b1cf0c0657b77035c34bdb5d88ac09e2 (diff) | |
pixman: Update to 0.40.0
Diffstat (limited to 'pkg/pixman/gen.lua')
| -rw-r--r-- | pkg/pixman/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pixman/gen.lua b/pkg/pixman/gen.lua index d45aec58..11f691a2 100644 --- a/pkg/pixman/gen.lua +++ b/pkg/pixman/gen.lua @@ -13,7 +13,7 @@ build('cat', '$outdir/config.h', { build('sed', '$outdir/include/pixman-version.h', '$srcdir/pixman/pixman-version.h.in', { expr={ '-e s,@PIXMAN_VERSION_MAJOR@,0,', - '-e s,@PIXMAN_VERSION_MINOR@,38,', + '-e s,@PIXMAN_VERSION_MINOR@,40,', '-e s,@PIXMAN_VERSION_MICRO@,0,', }, }) |
