Hacky start at audio

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-18 01:35:50 +01:00
parent 0ecf6954e1
commit e975d097c6
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 142 additions and 9 deletions

View file

@ -53,7 +53,7 @@ const std::string APP_NAME = "";
const std::string APP_EDITION = "";
const std::string APP_EDITION_NAME = "Cardinal Audio Plugin";
const std::string APP_VERSION_MAJOR = "2";
const std::string APP_VERSION = "v0.0.1";
const std::string APP_VERSION = "2.0";
#if defined(ARCH_WIN)
const std::string APP_ARCH = "win";
#elif defined(ARCH_MAC)