Files
MuditaOS/module-sys/module-sys-version.h
2019-05-22 09:27:54 +02:00

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