From 1459c8cf93ab89e418a4d6bb8906cf9aca659d2b Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 16 Nov 2024 14:41:43 +0000 Subject: [PATCH] Change version number so pre-release fonts are distinguishable --- bedstead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index b849189..cc2a0f0 100644 --- a/bedstead.c +++ b/bedstead.c @@ -110,7 +110,7 @@ /* Font identity information. */ #define FAMILY_NAME "Bedstead" -#define VERSION "002.009" +#define VERSION "002.901" #define VENDOR_ID "BJHa" /* For the achVendID field in the 'OS/2' table. */ #define FOUNDRY "bjh21" /* For the XLFD/BDF FOUNDRY property. */ -- 2.30.2