diff --git a/engine/include/nova/version.h b/engine/include/nova/version.h new file mode 100644 index 0000000..913bf3b --- /dev/null +++ b/engine/include/nova/version.h @@ -0,0 +1,11 @@ +/** + * Copyright (c) 2025, Jayden Grubb + * + * SPDX-License-Identifier: BSD-3-Clause + */ + +#pragma once + +#define NOVA_VERSION_MAJOR 0 +#define NOVA_VERSION_MINOR 1 +#define NOVA_VERSION_PATCH 0