----------------------------------------------------------------------------
| 111 | |
| 112 | // ---------------------------------------------------------------------------- |
| 113 | static void |
| 114 | print_version(void) |
| 115 | { |
| 116 | cout << PACKAGE_STRING << endl; |
| 117 | cout << "Git version: " << git_version << endl; |
| 118 | // XXX print copyright, contact info, etc.? |
| 119 | } |
| 120 | |
| 121 | // ---------------------------------------------------------------------------- |
| 122 | // ---------------------------------------------------------------------------- |