diff --git a/src/LibraryInfo.cc b/src/LibraryInfo.cc index e9424703..dc12a790 100644 --- a/src/LibraryInfo.cc +++ b/src/LibraryInfo.cc @@ -90,7 +90,7 @@ std::string LibraryInfo::info() s << "OpenSCAD Version: " << openscad_detailedversionnumber << "\nSystem information: " << PlatformUtils::sysinfo() - << "\nCompiler, build date: " << compiler_info << ", " << __DATE__ + << "\nCompiler: " << compiler_info << "\nBoost version: " << BOOST_LIB_VERSION << "\nEigen version: " << EIGEN_WORLD_VERSION << "." << EIGEN_MAJOR_VERSION << "." << EIGEN_MINOR_VERSION << "\nCGAL version, kernels: " << TOSTRING(CGAL_VERSION) << ", " << cgal_3d_kernel << ", " << cgal_2d_kernel << ", " << cgal_2d_kernelEx