MentOS  0.8.0
The Mentoring Operating System
Macros
version.h File Reference

Version information. More...

Go to the source code of this file.

Macros

#define OS_NAME   "MentOS"
 The name of the operating system.
 
#define OS_SITEURL   "https://mentos-team.github.io/MentOS"
 The site of the operating system.
 
#define OS_REF_EMAIL   "enry.frak@gmail.com"
 The email of the reference developer.
 
#define OS_MAJOR_VERSION   0
 Major version of the operating system.
 
#define OS_MINOR_VERSION   8
 Minor version of the operating system.
 
#define OS_MICRO_VERSION   0
 Micro version of the operating system.
 
#define OS_STR_HELPER(x)   #x
 Helper to transform the given argument into a string.
 
#define OS_STR(x)   OS_STR_HELPER(x)
 Helper to transform the given argument into a string.
 
#define OS_VERSION
 Complete version of the operating system. More...
 

Detailed Description

Version information.

Macro Definition Documentation

◆ OS_VERSION

#define OS_VERSION
Value:
#define OS_MINOR_VERSION
Minor version of the operating system.
Definition: version.h:21
#define OS_MICRO_VERSION
Micro version of the operating system.
Definition: version.h:24
#define OS_STR(x)
Helper to transform the given argument into a string.
Definition: version.h:30
#define OS_MAJOR_VERSION
Major version of the operating system.
Definition: version.h:18

Complete version of the operating system.