IfcConvert --version: print also OCC version.

This commit is contained in:
Stinkfist0
2017-08-22 14:50:51 +03:00
committed by Thomas Krijnen
parent 93c2ca6267
commit c7c5e692d3
+1 -1
View File
@@ -56,7 +56,7 @@ namespace po = boost::program_options;
void print_version()
{
std::cout << "IfcOpenShell " << IfcSchema::Identifier << " IfcConvert " << IFCOPENSHELL_VERSION << std::endl;
std::cout << "IfcOpenShell " << IfcSchema::Identifier << " IfcConvert " << IFCOPENSHELL_VERSION << " (OCC " << OCC_VERSION_STRING_EXT << ")\n";
}
void print_usage(bool suggest_help = true)