YPC  0.2.0
version.h
1 #pragma once
2 #include "ypc/common/version.h"
3 
4 namespace ypc {
5 std::string get_ypc_version();
6 }