summaryrefslogtreecommitdiff
path: root/src/hb-version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hb-version.h')
-rw-r--r--src/hb-version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hb-version.h b/src/hb-version.h
index f0f5a181..27509326 100644
--- a/src/hb-version.h
+++ b/src/hb-version.h
@@ -38,9 +38,9 @@ HB_BEGIN_DECLS
#define HB_VERSION_MAJOR 1
#define HB_VERSION_MINOR 7
-#define HB_VERSION_MICRO 5
+#define HB_VERSION_MICRO 6
-#define HB_VERSION_STRING "1.7.5"
+#define HB_VERSION_STRING "1.7.6"
#define HB_VERSION_ATLEAST(major,minor,micro) \
((major)*10000+(minor)*100+(micro) <= \