Add NOVA_VERSION_ macro

This commit is contained in:
2025-02-10 23:40:10 +10:00
parent f6bcee45bb
commit a7a7deb938

View File

@@ -0,0 +1,11 @@
/**
* Copyright (c) 2025, Jayden Grubb <contact@jaydengrubb.com>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#pragma once
#define NOVA_VERSION_MAJOR 0
#define NOVA_VERSION_MINOR 1
#define NOVA_VERSION_PATCH 0