2016-07-26 11:44:06 +02:00
|
|
|
/* Generated include file */
|
|
|
|
|
|
|
|
#ifndef GIT_COMMIT_H
|
|
|
|
#define GIT_COMMIT_H
|
|
|
|
|
|
|
|
#define CURRENT_COMMIT "0"
|
2016-07-26 11:56:59 +02:00
|
|
|
#define AUTHOR "tkl <tkl@blackfinn.de>"
|
2016-07-26 11:44:06 +02:00
|
|
|
#define LOCAL_CHANGES "NO"
|
|
|
|
#define UNTRACKED_FILES "NO"
|
|
|
|
|
|
|
|
#endif /* GIT_COMMIT_H */
|
2016-07-26 12:14:45 +02:00
|
|
|
|