From: kosmirror <kos...@us...> - 2025-07-22 14:31:18
|
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 3584da22a17238fda26cc32ccffe9cfac16d68b7 (commit) from a543e28f6aa7273d4426e6c6b117bb696f3a5d7d (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 3584da22a17238fda26cc32ccffe9cfac16d68b7 Author: QuzarDC <qu...@co...> Date: Fri Jul 18 09:54:17 2025 -0400 Update version number for current master. Moving forward I believe this should be the way we operate. After a version is cut, we set master to the next version patch version. This should allow for more consistent ability to test with the presumption that master is a higher version than the most recent one. ----------------------------------------------------------------------- Summary of changes: include/kos/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/kos/version.h b/include/kos/version.h index 572692b2..19f28f34 100644 --- a/include/kos/version.h +++ b/include/kos/version.h @@ -72,7 +72,7 @@ ## App Versioning The same \ref version_utils used to implement the KOS versioning - API are available as part of the public API so that they may be used to + API are available as part of the public API so that they may be used to implement your own similar versioning scheme at the app-level. @{ @@ -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 0 /**< KOS's current patch revision number. */ +#define KOS_VERSION_PATCH 1 /**< 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. |