diff --git a/cpp/main.cpp b/cpp/main.cpp index 1f0d7a2..3f973f7 100644 --- a/cpp/main.cpp +++ b/cpp/main.cpp @@ -44,8 +44,10 @@ void advertise() { std::cout << "Scalable Tissue Imaging and Modeling (STIM) Lab, University of Houston" << std::endl; std::cout << "Developers: Laila Saadatifard and David Mayerich" << std::endl; std::cout << "Source: https://git.stim.ee.uh.edu/segmentation/ivote3" << std::endl; + std::cout << "This version has been compiled on " << __DATE__ << " at " << __TIME__ << std::endl; std::cout << "=========================================================================" << std::endl << std::endl; + } void init_args(int argc, char* argv[]) { -- libgit2 0.21.4