From 0f9920d8eebc94fdadac0756d143704885c10fec Mon Sep 17 00:00:00 2001 From: MihailJP Date: Sun, 11 Feb 2024 11:39:32 +0900 Subject: [PATCH] Version 0.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5634286..b69ff33 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ARCHIVES=SampuGothic.tar.xz FONT_NAME=SampuGothic FONT_NAME_E=Sampu Gothic FONT_NAME_J=算譜ゴシック -FONT_VERSION=0.3 +FONT_VERSION=0.4 FONT_OPTIONS=-n SampuGothic -n "$(FONT_NAME)" -f "$(FONT_NAME_E)" -F "0x0411:$(FONT_NAME_J)" -V "$(FONT_VERSION)" -r .PHONY: all fetch clean distclean mostlyclean