mirror of
https://github.com/upa/mscp.git
synced 2026-02-10 23:21:04 +08:00
MSCP_BUILD_VERSION (`git describe --tags --dirty --match "v*"`) is passed through include/mscp_version.h.in and cmake. When git is failed, use VERSION file instead (for building from source tar balls that excludes .git).
8 lines
171 B
C
8 lines
171 B
C
#ifndef _MSCP_VERSION_H_
|
|
#define _MSCP_VERSION_H_
|
|
|
|
#define MSCP_VERSION "@MSCP_VERSION@"
|
|
#define MSCP_BUILD_VERSION "@MSCP_BUILD_VERSION@"
|
|
|
|
#endif /* _MSCP_VERSION_H_ */
|