mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-11 13:52:21 +08:00
9 lines
94 B
C++
9 lines
94 B
C++
|
|
#pragma once
|
|
|
|
namespace GitVer
|
|
{
|
|
const char *DescribeTags();
|
|
const char *CommitDate();
|
|
}
|