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