From de1d1b2a778f36ac33b45331a56543087aa0a26e Mon Sep 17 00:00:00 2001 From: Ravachol Date: Mon, 4 Dec 2023 08:44:04 +0100 Subject: [PATCH] version --- src/player.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/player.c b/src/player.c index 41eb452..5542a63 100644 --- a/src/player.c +++ b/src/player.c @@ -23,7 +23,7 @@ typedef struct } PixelData; #endif -const char VERSION[] = "1.9"; +const char VERSION[] = "1.10"; const int LOGO_COLOR = 3; const int VERSION_COLOR = 2; const int ABSOLUTE_MIN_WIDTH = 38;