In atlantismain.c the following lines
|
printf("\nAtlantis SVN Updated to Version %s\n", ATLANTIS_REVISION); |
should be updated to display like this:
|
fprintf(fp,"Git release version: %s\n", RELEASE_VERSION); |
To enable printing in the log file, we also need git installed in the container
In atlantismain.c the following lines
AtlantisTrunk/atlantis/atlantismain/atlantismain.c
Line 2546 in ff16d3c
should be updated to display like this:
AtlantisTrunk/atlantis/atlantismain/atlantismain.c
Line 2108 in ff16d3c
To enable printing in the log file, we also need git installed in the container