mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Dactyloidae Milsko Widget initial commit
This commit is contained in:
parent
2e7355c0ef
commit
91b45c0d14
410 changed files with 204246 additions and 0 deletions
33
widget/milsko/milskosrc/include/Mw/Version.h
Normal file
33
widget/milsko/milskosrc/include/Mw/Version.h
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
/*!
|
||||
* @file Mw/Version.h
|
||||
* @brief Version informations
|
||||
*/
|
||||
#ifndef __MW_VERSION_H__
|
||||
#define __MW_VERSION_H__
|
||||
|
||||
/*!
|
||||
* @brief Major version
|
||||
*/
|
||||
#define MwMAJOR 1
|
||||
|
||||
/*!
|
||||
* @brief Minor version
|
||||
*/
|
||||
#define MwMINOR 3
|
||||
|
||||
/*!
|
||||
* @brief Patchlevel of version, if patchlevel_alphabet is a or bigger, this value is calculated by `patchlevel_alphabet - 'a' + 1`. Otherwise 0
|
||||
*/
|
||||
#define MwPATCH 0
|
||||
|
||||
/*!
|
||||
* @brief Version in string
|
||||
*/
|
||||
#define MwVERSION "1.4"
|
||||
|
||||
/*!
|
||||
* @brief Version in string
|
||||
*/
|
||||
MWDECL const char* MwVersionString;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue