anbox/src
Shengjing Zhu 63022b1604 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: Shengjing Zhu <i@zhsj.me>
2017-07-11 19:41:06 +08:00
..
anbox Remove duplicated suffix on version string 2017-07-11 19:41:06 +08:00
CMakeLists.txt Remove duplicated suffix on version string 2017-07-11 19:41:06 +08:00
main.cpp Reformat all code and use the Google cpp code style 2016-12-02 17:38:43 +01:00