indicate version in metadata

This commit is contained in:
Green Sky 2025-04-02 17:33:57 +02:00
parent 9d8d565c07
commit 73d454e4eb
No known key found for this signature in database
GPG Key ID: DBE05085D874AB4A

View File

@ -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__ #ifdef __ANDROID__
// change current working dir to internal storage // change current working dir to internal storage