From 5db9c730ecb8f62668932468473b1e964cd0e5f7 Mon Sep 17 00:00:00 2001 From: iWas-Coder Date: Sun, 10 Nov 2024 15:23:54 +0100 Subject: [PATCH] Carbon 0.8-alpha --- carbon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carbon.h b/carbon.h index 2b5c7ac..7e8d284 100644 --- a/carbon.h +++ b/carbon.h @@ -34,7 +34,7 @@ #define CARBON_NAME "SPARKY Carbon" #define CARBON_VERSION_MAJOR 0 -#define CARBON_VERSION_MINOR 7 +#define CARBON_VERSION_MINOR 8 // TODO: handle patch version number as well // #define CARBON_VERSION_PATCH #define CARBON_VERSION_EXTRA "alpha"