From 0a15904d82c5509caf8ed263464bc1acb82314d2 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 20 Nov 2024 20:17:55 +0000 Subject: [PATCH] Increase version number for a potential pre-release --- bedstead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index 0610e33..b3dd6ae 100644 --- a/bedstead.c +++ b/bedstead.c @@ -110,7 +110,7 @@ /* Font identity information. */ #define FAMILY_NAME "Bedstead" -#define VERSION "002.901" +#define VERSION "002.902" #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