2.2.0
Changes for 2.2.0:
- Fixed issue #9: bin2cpp on Linux.
- Fixed issue #18: Implement a --dir=value argument to add all files of a directory.
- Fixed issue #24: License copy in all source and include files.
- Fixed issue #25: Resource identifier for win32 generator.
- Fixed issue #26: Relative path in resource files generated by win32 generator.
- Fixed issue #27: Application icon.
- New feature: Generators generate files with appropriate include guard. Removed all
#pragma once
statements in the code.