8 lines
142 B
C
8 lines
142 B
C
#ifndef __GITSHA3_H
|
|
#define __GITSHA3_H
|
|
|
|
extern const char* const g_GIT_SHA3;
|
|
|
|
#define APPLICATION_VERSION "1.0 Beta1"
|
|
|
|
#endif ///__GITSHA3_H
|