Fixes to the UI

This commit is contained in:
Tim
2025-10-26 00:49:50 +01:00
parent 0785f6fedd
commit c5105693a2
76 changed files with 2280 additions and 32 deletions

View File

@@ -43,7 +43,7 @@ namespace ProjectInfo
{
const char* const projectName = "NeuralSynth";
const char* const companyName = "Samedi Dimanche";
const char* const versionString = "0.0.1";
const int versionNumber = 0x1;
const char* const versionString = "1.0.0";
const int versionNumber = 0x10000;
}
#endif