More advanced version

This commit is contained in:
Timothy Scully
2025-10-12 16:41:38 +01:00
parent 01d446af2d
commit 3967560318
11 changed files with 1288 additions and 133 deletions

View File

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