Skip to content

Commit

Permalink
[makeotf*] update versions
Browse files Browse the repository at this point in the history
- update HOT_VERSION to 0x10070 ("1.0.112")
- update makeotfexe version to "2.5.65598"
- update makeotf.py version to "2.7.10 Dec 3 2019"
  • Loading branch information
josh-hadley committed Dec 3, 2019
1 parent 972a01f commit ee010d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion c/makeotf/makeotf_lib/api/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 0x01006F /* Library version (1.0.111) */
#define HOT_VERSION 0x010070 /* Library version (1.0.112) */
/* 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
2 changes: 1 addition & 1 deletion c/makeotf/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

jmp_buf mark;

#define MAKEOTF_VERSION "2.5.65597"
#define MAKEOTF_VERSION "2.5.65598"
/* 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
contextual substitution ordered incorrectly. Fonts with the old ordering MUST match
Expand Down
2 changes: 1 addition & 1 deletion python/afdko/makeotf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"""

__version__ = """\
makeotf.py v2.7.9 Sep 24 2019
makeotf.py v2.7.10 Dec 3 2019
"""

__methods__ = """
Expand Down

0 comments on commit ee010d9

Please sign in to comment.