Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 371 Bytes

RELEASES.md

File metadata and controls

11 lines (8 loc) · 371 Bytes

Build Status

Releases

To make a release:

  • Update version in .appveyor.yml
  • Update version in Source/gui/resource.h
  • Commit
  • git tag -a -m "<version>" && git push --tags
  • Push draft release on github.com