Shalu Gupta wrote:
> We have made some changes in the code and wanted to make a new
> tarball which could deploy the code and do all the installation
> stuff.
>
> How can we do that and what files do I have to include in the
> tarball.
./configure
make dist
You can also assign a special version number to your version like this:
make dist VERSION=7.4.2foo