Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build-scripts/version
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

# The CFVERSION file is generated by the determine-version.sh script in the core
# repository. The script is executed when you run the autogen.sh.
VERSION=$(cat "$BASEDIR"/core/CFVERSION)
CORE_VERSION=$(cat "$BASEDIR"/core/CFVERSION)
VERSION="${EXPLICIT_VERSION:-$CORE_VERSION}"
echo "$(basename $0): Debug: Detected CFEngine version number $VERSION"

# The RELEASE number is the actual release of the package. It starts as 1 and
Expand Down