From 73d454e4eb95d07e89faa8ee4c1348a75c0d4b48 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Wed, 2 Apr 2025 17:33:57 +0200 Subject: [PATCH] indicate version in metadata --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 1f638f1c5..334fed827 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,7 +40,7 @@ int main(int argc, char** argv) { } - SDL_SetAppMetadata("tomato", "0.0.0-wip", nullptr); + SDL_SetAppMetadata("tomato", "0.0.4-wip", nullptr); #ifdef __ANDROID__ // change current working dir to internal storage