diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-06-12 19:38:04 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-06-12 19:38:04 -0400 |
commit | 3654d9be6b017e66307fe0ffe635266938b14702 (patch) | |
tree | 32609e4c94adaf77370c1f9bdaba6163b16e3ca2 /src/hb-version.h | |
parent | f3e58ab8a957cdf36bddef793c473664744885a7 (diff) |
1.8.11.8.1
Diffstat (limited to 'src/hb-version.h')
-rw-r--r-- | src/hb-version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hb-version.h b/src/hb-version.h index f02e8078..2180d849 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 8 -#define HB_VERSION_MICRO 0 +#define HB_VERSION_MICRO 1 -#define HB_VERSION_STRING "1.8.0" +#define HB_VERSION_STRING "1.8.1" #define HB_VERSION_ATLEAST(major,minor,micro) \ ((major)*10000+(minor)*100+(micro) <= \ |