11 lines
239 B
C
11 lines
239 B
C
// Copyright 2023 Dexter.Wan. All Rights Reserved.
|
|
// EMail: 45141961@qq.com
|
|
|
|
#ifndef VERSIONINFO_H
|
|
#define VERSIONINFO_H
|
|
|
|
#define BUILD_TIMESTAMP "@BUILD_TIMESTAMP@"
|
|
#define CLIENT_VERSION "@CLIENT_VERSION@"
|
|
|
|
#endif /* VERSIONINFO_H */
|