[ui] updated title for FreeDOS version

* also pre-release cycle version increment
* also update make release script for new naming scheme
This commit is contained in:
Pete Batard 2011-12-18 01:15:32 +00:00
parent 5722300063
commit ae00aa3f59
6 changed files with 28 additions and 17 deletions

View file

@ -450,6 +450,8 @@ release: all
@upx $(TARGET)$(EXEEXT)
@upx $(TARGET)_fd$(EXEEXT)
@cmd.exe /k _sign.cmd $(TARGET)$(EXEEXT) $(TARGET)_fd$(EXEEXT)
@mv $(TARGET)$(EXEEXT) $(TARGET)_v$(VERSION)$(EXEEXT)
@mv $(TARGET)_fd$(EXEEXT) $(TARGET)_v$(VERSION)f$(EXEEXT)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.