both version entries updated

This commit is contained in:
msaarna@gmail.com 2022-03-30 15:55:37 -04:00
parent 187865d262
commit 44dabc4ee5

View file

@ -1560,7 +1560,7 @@ $(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS)
@echo 'const char build_version[] = BARE_BUILD_VERSION " A7800";' >> $@
else
$(GENDIR)/version.cpp: $(GENDIR)/git_desc
@echo #define BARE_BUILD_VERSION "4.1" > $@
@echo #define BARE_BUILD_VERSION "5.0" > $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char build_version[]; >> $@
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@