Merge branch 'master' into gtk3
This commit is contained in:
@@ -34,7 +34,7 @@ fi
|
|||||||
# update project version
|
# update project version
|
||||||
if test -x "$(which git)" -a -d "${PROJECT_SOURCE_DIR}/.git"; then
|
if test -x "$(which git)" -a -d "${PROJECT_SOURCE_DIR}/.git"; then
|
||||||
# This is what the version ought to look like to be accurate in the git universe:
|
# This is what the version ought to look like to be accurate in the git universe:
|
||||||
PROJECT_FULL_VERSION="$(git describe --tags --always)_$(git symbolic-ref --short -q HEAD)"
|
PROJECT_FULL_VERSION="$(git describe --tags --always | sed 's/-g.*//')_$(git symbolic-ref --short -q HEAD)"
|
||||||
# outputs: 4.2-677-g904467b_master
|
# outputs: 4.2-677-g904467b_master
|
||||||
# but Apple requirements https://goo.gl/eWDQv6 state we should use this:
|
# but Apple requirements https://goo.gl/eWDQv6 state we should use this:
|
||||||
PROJECT_VERSION="$(git describe --tags --always | sed -e 's/-g.*//' -e 's/-/./')"
|
PROJECT_VERSION="$(git describe --tags --always | sed -e 's/-g.*//' -e 's/-/./')"
|
||||||
|
Reference in New Issue
Block a user