| 129 | } |
| 130 | |
| 131 | void Options::putVersionTo(std::basic_ostream<char> &out) const { |
| 132 | out << "APNG Assembler v" << apngasm::APNGASM_VERSION << " (frontend v" |
| 133 | << CLI::VERSION << ")" << std::endl; |
| 134 | } |
| 135 | |
| 136 | void Options::putHelpTo(std::basic_ostream<char> &out) const { |
| 137 | putVersionTo(out); |