diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2025-09-15 01:07:58 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2025-09-15 01:07:58 +0200 |
| commit | 967be9e750221ab2ab783f95df79bb26d290a45e (patch) | |
| tree | 6802900a5e975f9f68b169f0f503f040056d6952 /tiger-compiler/src/version.hh | |
Diffstat (limited to 'tiger-compiler/src/version.hh')
| -rw-r--r-- | tiger-compiler/src/version.hh | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tiger-compiler/src/version.hh b/tiger-compiler/src/version.hh new file mode 100644 index 0000000..c535db1 --- /dev/null +++ b/tiger-compiler/src/version.hh @@ -0,0 +1,23 @@ +/** + ** \file src/version.hh + ** \brief Version definitions. + */ + +#pragma once + +/// \name Program identity. +/// \{ +/// Name of this program. +extern const char* program_name; + +/// Version string of this program. +extern const char* program_version; + +/// Bug report address of this program. +extern const char* program_bug_address; + +/// Describe program and accepted arguments. +extern const char* program_doc; +extern const char* program_args_doc; + +/// \} |
