commit: 3f29b7c2446aebb22afeac8b9ff1e191eb0bb7c7
parent aa88bc5a246115552ddabe4bb4f1e928cfe6cb72
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 18 Mar 2019 19:13:39 -0700
pixman: Update to 0.38.0
Diffstat:
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pkg/pixman/config.h b/pkg/pixman/config.h
@@ -31,10 +31,10 @@
#define PACKAGE "pixman"
#define PACKAGE_BUGREPORT "pixman@lists.freedesktop.org"
#define PACKAGE_NAME "pixman"
-#define PACKAGE_STRING "pixman 0.36.0"
+#define PACKAGE_STRING "pixman 0.38.0"
#define PACKAGE_TARNAME "pixman"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "0.36.0"
+#define PACKAGE_VERSION "0.38.0"
/* #undef PIXMAN_GNUPLOT */
/* #undef PIXMAN_TIMERS */
#define SIZEOF_LONG 8
@@ -49,7 +49,7 @@
/* #undef USE_MIPS_DSPR2 */
/* #undef USE_OPENMP */
/* #undef USE_VMX */
-#define VERSION "0.36.0"
+#define VERSION "0.38.0"
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
diff --git a/pkg/pixman/gen.lua b/pkg/pixman/gen.lua
@@ -7,7 +7,7 @@ cflags{
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@,34,',
+ '-e s,@PIXMAN_VERSION_MINOR@,38,',
'-e s,@PIXMAN_VERSION_MICRO@,0,',
},
})
diff --git a/pkg/pixman/ver b/pkg/pixman/ver
@@ -1 +1 @@
-0.36.0 r0
+0.38.0 r0