1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[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

@ -10,3 +10,5 @@ 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)