spark-store/inc/gitver.h
2021-07-02 20:12:09 +08:00

9 lines
94 B
C++

#pragma once
namespace GitVer
{
const char *DescribeTags();
const char *CommitDate();
}