From: Ben Harris Date: Wed, 25 Apr 2018 21:18:05 +0000 (+0100) Subject: Bump version number to 002.000. X-Git-Tag: bedstead-002.000~2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=ae3be652a3fdf1cd4c735f33ce013ca48dd17905;p=bedstead-debian.git Bump version number to 002.000. I can't think of anything else I need to do for it. --- diff --git a/bedstead.c b/bedstead.c index 5b0794a..66802a8 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1669,7 +1669,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: 001.003\n"); + printf("Version: 002.000\n"); printf("ItalicAngle: 0\n"); printf("UnderlinePosition: %g\n", (double)(-YPIX / 2)); printf("UnderlineWidth: %g\n", (double)(YPIX));