8 lines
153 B
C
8 lines
153 B
C
#ifndef VERSIONINFO_H
|
|
#define VERSIONINFO_H
|
|
|
|
#define BUILD_TIMESTAMP "2022-11-29T15:07:17Z"
|
|
#define CLIENT_VERSION "1.3.13"
|
|
|
|
#endif /* VERSIONINFO_H */
|