Created by: sangoly
c++ api加入GetVersion接口: 函数声明:std::string GetVersion()(lite/api/paddle_api.h) 使用方法:predictor->GetVersion()(可参考lite/api/paddle_api_test.cc) 返回说明: a) 若根据当前commitid查找到对应tag,则返回相应tag,如"2.0.0-beta" b) 若找不到当前commitid对应的tag,则返回当前分支与commitid,如"develop(a2a5c8)"