Commit 9913792
committed
Fill sfntRevision with our version
[why]
We fill the PS version and the SFNT version strings with our
version/release number. But the SFNT revision is not updated.
This went unnoticed because we always want(ed) the same revision
number as already set by Microsoft.
[how]
The SFNT revision consists of two integers. Instead of setting them
directly somehow from our version string we let fontforge do the job of
guessing and fiddling.
If the sfntRevsison is unset fontforge will regenerate a new one based
on the other version strings.
[note]
Also output the version to the console so that we can check the git tag
mechanism easily. (The version is taken from the (last) git tag.)
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>1 parent a871ae7 commit 9913792
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
0 commit comments