Skip to content

Commit fd461cc

Browse files
committed
Bump build version to 1 to reflect late-breaking changes
--- Signed-off-by: Brad Chamberlain <[email protected]>
1 parent b558a9e commit fd461cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ UPDATE_BUILD_VERSION = $(CHPL_MAKE_HOME)/util/devel/updateBuildVersion
143143
$(BUILD_VERSION_FILE): FORCE
144144
@({ test -e $(CHPL_MAKE_HOME)/.git ; } && \
145145
test -x $(UPDATE_BUILD_VERSION) && $(UPDATE_BUILD_VERSION) $@ $(CHPL_MAKE_HOME)) || \
146-
test -r $(BUILD_VERSION_FILE) || (echo '"0"' > $@);
146+
test -r $(BUILD_VERSION_FILE) || (echo '"1"' > $@);
147147

148148
$(CHPL_MAKE_HOME)/configured-prefix:
149149
echo > $(CHPL_MAKE_HOME)/configured-prefix

0 commit comments

Comments
 (0)