Files
Chloe M. 22beed638d stos: Bump kernel version to v0.0.2
Signed-off-by: Chloe M. <chloe@mensia.org>
2026-06-23 21:34:38 +00:00

16 lines
283 B
C

/*
* Copyright (c) 2026, Chloe M.
* Provided under the BSD-3 clause.
*
* Description: OS specific constants
* Author: Chloe M.
*/
#ifndef _KE_STOS_H_
#define _KE_STOS_H_ 1
/* Slut technology version */
#define ST_VERSION "v0.0.2 ~ pre-alpha"
#endif /* !_KE_STOS_H_ */