Remove duplicated suffix on version string
In CMakeLists.txt, it already defines:
if (ANBOX_VERSION_SUFFIX)
set(ANBOX_VERSION "${ANBOX_VERSION}-${ANBOX_VERSION_SUFFIX}")
endif()
So there's no need to add suffix again in code
Signed-off-by: NShengjing Zhu <i@zhsj.me>
Showing
src/anbox/build/version.cpp
已删除
100644 → 0
想要评论请 注册 或 登录