[cairo-commit] 2 commits - cairo-version.h test/font-variations.c
Bryce Harrington
bryce at kemper.freedesktop.org
Wed Jun 13 22:21:32 UTC 2018
cairo-version.h | 2 +-
test/font-variations.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d09d2ebfd5845de7b3fa12b76c4abead4d587016
Author: Bryce Harrington <bryce at bryceharrington.org>
Date: Wed Jun 13 15:21:06 2018 -0700
Bump version for new development tree, 1.15.13
diff --git a/cairo-version.h b/cairo-version.h
index ed38ff293..c113f3409 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -3,6 +3,6 @@
#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 15
-#define CAIRO_VERSION_MICRO 12
+#define CAIRO_VERSION_MICRO 13
#endif
commit dc93ea771102cd2917f20bbe4a341f77b3ac18e1
Author: Bryce Harrington <bryce at bryceharrington.org>
Date: Wed Jun 13 15:20:34 2018 -0700
test: Use C comment syntax, not C++
diff --git a/test/font-variations.c b/test/font-variations.c
index 796da743c..f278fdf2e 100644
--- a/test/font-variations.c
+++ b/test/font-variations.c
@@ -27,7 +27,7 @@
#include <assert.h>
-// This test requires freetype2
+/* This test requires freetype2 */
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_MULTIPLE_MASTERS_H
More information about the cairo-commit
mailing list