From 35213ac652812391738c5c97b19c145e9eb17ff6 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 25 Nov 2025 05:58:15 +0900 Subject: [PATCH] fix version --- mauplay/mauplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mauplay/mauplay.h b/mauplay/mauplay.h index a9cc73a..4083b1a 100644 --- a/mauplay/mauplay.h +++ b/mauplay/mauplay.h @@ -1,7 +1,7 @@ #ifndef __MAUPLAY_H__ #define __MAUPLAY_H__ -#define VERSION "1.0" +#define VERSION "0.0.0" #include "config.h"