As before, the date is sufficient. We don't need to keep rebuilding this just to...
[synfig.git] / synfig-studio / trunk / src / gtkmm / splash.cpp
index 3f62635..c8130ac 100644 (file)
@@ -229,7 +229,7 @@ Splash::Splash():
 
        // Set the version label to contain the correct information
        string ver;
-       ver+="Version "VERSION" ("__DATE__" "__TIME__")\n";
+       ver+="Version "VERSION" ("__DATE__ /* " "__TIME__ */ ")\n";
        ver+="Using Synfig ";
        ver+=synfig::get_version();
        #ifdef __GNUC__