v0.1.5 - Make versioning system

This commit is contained in:
Your Name
2025-11-11 07:16:33 -04:00
parent fe2495f897
commit 35f8385508
4 changed files with 46 additions and 8 deletions

View File

@@ -7,6 +7,11 @@
#ifndef GINXSOM_H
#define GINXSOM_H
// Version information (auto-updated by build system)
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_PATCH 5
#define VERSION "v0.1.5"
#include <stddef.h>
#include <stdint.h>