generate pkgconfig file (don't commit yet i fucked it up)
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoI_xD 2026-07-15 17:32:53 -07:00
commit c705d2b98c
375 changed files with 203503 additions and 203476 deletions

View file

@ -1,33 +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.3"
/*!
* @brief Version in string
*/
MWDECL const char* MwVersionString;
#endif
/*!
* @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.3"
/*!
* @brief Version in string
*/
MWDECL const char* MwVersionString;
#endif