commit | 6461143b44f81a4190d3f1cb02238750536f08e4 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Aug 13 22:20:54 2019 -0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Aug 13 22:20:54 2019 -0700 |
tree | 68cff803236f28e2ef8e1aa933045e0557ab86a4 | |
parent | e56d4ff43b97ca35a8324be2acf1c8644f3b0a24 [diff] [blame] |
2.6.0
diff --git a/src/hb-version.h b/src/hb-version.h index 251cc63..3f0ccaf 100644 --- a/src/hb-version.h +++ b/src/hb-version.h
@@ -37,10 +37,10 @@ #define HB_VERSION_MAJOR 2 -#define HB_VERSION_MINOR 5 -#define HB_VERSION_MICRO 3 +#define HB_VERSION_MINOR 6 +#define HB_VERSION_MICRO 0 -#define HB_VERSION_STRING "2.5.3" +#define HB_VERSION_STRING "2.6.0" #define HB_VERSION_ATLEAST(major,minor,micro) \ ((major)*10000+(minor)*100+(micro) <= \