Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upGRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version #9
Conversation
…e revision'
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thanks, still a change here is needed:
I suggest to keep In addition,
A new bug is there:
|
This comment has been minimized.
This comment has been minimized.
For keyword substitution see eg. https://github.com/turon/git-rcs-keywords (or https://github.com/rsmith-nl/git-keywords for Python scripts) |
This comment has been minimized.
This comment has been minimized.
Since |
This comment has been minimized.
This comment has been minimized.
See related open issues: |
This comment has been minimized.
This comment has been minimized.
GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version
GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version
landam commentedMay 19, 2019
This PR:
GRASS_VERSION_SVN
compilation variable toGRASS_VERSION_GIT
VERSION
from7.7.svn
to more generic7.7.dev
g.version -g
in order to print git reference commit(
revision
tag not changed due to backward compatibility)Note: this PR does not solve WinGRASS-related
GRASS_VERSION_SVN
issue (seemswindows/GRASS-Installer.nsi.tmpl
). This should be fixed by separate PR.