Skip to content

Commit

Permalink
[hotconv] update HOT_VERSION to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-hadley committed Sep 30, 2023
1 parent d766243 commit 8ced758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/makeotf/include/hotconv.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This software is licensed as OpenSource, under the Apache License, Version 2.0.
extern "C" {
#endif

#define HOT_VERSION 0x010100 /* Library version (1.1.0) */
#define HOT_VERSION 0x010101 /* Library version (1.1.1) */
/* Major, minor, build = (HOT_VERSION >> 16) & 0xff, (HOT_VERSION >> 8) & 0xff, HOT_VERSION & 0xff) */
/* Warning: this string is now part of heuristic used by CoolType to identify the
first round of CoolType fonts which had the backtrack sequence of a chaining
Expand Down

0 comments on commit 8ced758

Please sign in to comment.