diff --git a/source/version.h b/source/version.h new file mode 100644 index 0000000..535df1c --- /dev/null +++ b/source/version.h @@ -0,0 +1,2 @@ +#pragma once +constexpr const wchar_t APP_VERSION[] = L"0.0.0";