Don't include build date. Fixes #1294

master
Marius Kintel 2015-04-01 17:09:57 -04:00
parent b2b4695f21
commit 90a86be54b
1 changed files with 1 additions and 1 deletions

View File

@ -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