Build package with released source code will generate wrong version number.
Created by: wanglei828
I download the released source code (such as version V0.10.0), and build the package with the command: docker run -v $(pwd):/paddle -e "WITH_GPU=OFF" -e "WITH_AVX=OFF" -e "WITH_TEST=ON" paddlepaddle/paddle:latest-dev It generates deb package "paddle-0.1.1-Linux.deb". After I install the package and run "paddle version", it shows the wrong version number "0.0.0".