Update version to 002.006

This commit is contained in:
Ben Harris 2024-05-24 15:22:16 +01:00
parent c916e6251a
commit 612d65862a
3 changed files with 13 additions and 2 deletions

11
NEWS
View File

@ -1,3 +1,14 @@
002.006 (2024-05-24)
====================
User-visible change in this release:
* The designs of four glyphs were corrected:
- U+25F2 WHITE SQUARE WITH LOWER RIGHT QUADRANT
- U+25F3 WHITE SQUARE WITH UPPER RIGHT QUADRANT
- U+25F6 WHITE CIRCLE WITH LOWER RIGHT QUADRANT
- U+25F7 WHITE CIRCLE WITH UPPER RIGHT QUADRANT
002.005 (2024-05-12)
====================

View File

@ -2465,7 +2465,7 @@ main(int argc, char **argv)
printf("Weight:%s\n", weight->suffix[0] ? weight->suffix : " Medium");
printf("OS2_WeightWidthSlopeOnly: 1\n");
printf("Copyright: Dedicated to the public domain\n");
printf("Version: 002.005\n");
printf("Version: 002.006\n");
printf("ItalicAngle: 0\n");
printf("UnderlinePosition: %g\n", (double)(-3 * YPIX / 2));
printf("UnderlineWidth: %g\n", (double)(YPIX));

View File

@ -117,7 +117,7 @@
<h2>Downloads</h2>
<ul>
<li><a href="bedstead-002.005.zip"><code>bedstead-002.005.zip</code></a>
<li><a href="bedstead-002.006.zip"><code>bedstead-002.006.zip</code></a>
&ndash; Full source and binary distribution containing everything
below and more.</li>
<li><a href="NEWS"><code>NEWS</code></a> &ndash; Release notes summarizing