From: kosmirror <kos...@us...> - 2025-09-21 01:19:21
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via 6db4a90398c1bdec72c24c76e68f334de8f1ab02 (commit) from afedb3ac510ddaafb8780adfc9f8435c12a651cf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6db4a90398c1bdec72c24c76e68f334de8f1ab02 Author: QuzarDC <qu...@co...> Date: Sat Sep 20 21:15:20 2025 -0400 Update version number for current master (v2.2.2) ----------------------------------------------------------------------- Summary of changes: include/kos/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/kos/version.h b/include/kos/version.h index 19f28f34..11372be6 100644 --- a/include/kos/version.h +++ b/include/kos/version.h @@ -99,7 +99,7 @@ #define KOS_VERSION_MAJOR 2 /**< KOS's current major revision number. */ #define KOS_VERSION_MINOR 2 /**< KOS's current minor revision number. */ -#define KOS_VERSION_PATCH 1 /**< KOS's current patch revision number. */ +#define KOS_VERSION_PATCH 2 /**< KOS's current patch revision number. */ /** KOS's current version as an integer ID. */ #define KOS_VERSION \ hooks/post-receive -- A pseudo Operating System for the Dreamcast. |