Skip to content

Commit

Permalink
set GRASS_VERSION_GIT
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Feb 20, 2024
1 parent 64ac5c9 commit d9bca18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5033,6 +5033,7 @@ fi
if test $GRASS_VERSION_GIT == "exported" && \
test "$ac_cv_file_include_VERSION_GIT" == "yes"; then
GRASS_HEADERS_GIT_HASH=$(sed -n 1p "${GRASS_VERSION_GIT_FILE}")
GRASS_VERSION_GIT=$GRASS_HEADERS_GIT_HASH
GRASS_HEADERS_GIT_DATE=$(sed -n 2p "${GRASS_VERSION_GIT_FILE}")
fi

Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ fi
if test $GRASS_VERSION_GIT == "exported" && \
test "$ac_cv_file_include_VERSION_GIT" == "yes"; then
GRASS_HEADERS_GIT_HASH=$(sed -n 1p "${GRASS_VERSION_GIT_FILE}")
GRASS_VERSION_GIT=$GRASS_HEADERS_GIT_HASH
GRASS_HEADERS_GIT_DATE=$(sed -n 2p "${GRASS_VERSION_GIT_FILE}")
fi

Expand Down

0 comments on commit d9bca18

Please sign in to comment.