v1.4.5 (build 427)

* Also, all things considered I'm gonna use a dash for the version separator
This commit is contained in:
Pete Batard 2014-02-27 19:59:10 +00:00
parent 8c1dd2ca91
commit ff37b4e6df
6 changed files with 26 additions and 23 deletions

View file

@ -449,8 +449,8 @@ release: all
@mv src/$(TARGET)$(EXEEXT) .
@$(STRIP) $(TARGET)$(EXEEXT)
@upx --lzma $(TARGET)$(EXEEXT)
@mv $(TARGET)$(EXEEXT) $(TARGET)_$(VERSION)$(EXEEXT)
@cmd.exe /k _sign.cmd $(TARGET)_$(VERSION)$(EXEEXT)
@mv $(TARGET)$(EXEEXT) $(TARGET)-$(VERSION)$(EXEEXT)
@cmd.exe /k _sign.cmd $(TARGET)-$(VERSION)$(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.