Skip to content

Commit

Permalink
Bump build version to 1 to reflect late-breaking changes
Browse files Browse the repository at this point in the history
---
Signed-off-by: Brad Chamberlain <bradcray@users.noreply.github.com>
  • Loading branch information
bradcray committed Mar 31, 2022
1 parent b558a9e commit fd461cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ UPDATE_BUILD_VERSION = $(CHPL_MAKE_HOME)/util/devel/updateBuildVersion
$(BUILD_VERSION_FILE): FORCE
@({ test -e $(CHPL_MAKE_HOME)/.git ; } && \
test -x $(UPDATE_BUILD_VERSION) && $(UPDATE_BUILD_VERSION) $@ $(CHPL_MAKE_HOME)) || \
test -r $(BUILD_VERSION_FILE) || (echo '"0"' > $@);
test -r $(BUILD_VERSION_FILE) || (echo '"1"' > $@);

$(CHPL_MAKE_HOME)/configured-prefix:
echo > $(CHPL_MAKE_HOME)/configured-prefix
Expand Down

0 comments on commit fd461cc

Please sign in to comment.