mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 13:17:08 -04:00
10 lines
191 B
C
10 lines
191 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
// the configured options and settings for PureOS
|
|
#define MODULE_UTILS "1.0"
|
|
#define GIT_BRANCH "no_submodules"
|
|
#define GIT_COMMIT_HASH "a3cd41a"
|
|
|
|
#endif
|