From a7a7deb93875060f56f6b06100ce759cbb6573ef Mon Sep 17 00:00:00 2001 From: Jayden Grubb Date: Mon, 10 Feb 2025 23:40:10 +1000 Subject: [PATCH] Add NOVA_VERSION_ macro --- engine/include/nova/version.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 engine/include/nova/version.h 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