[DEV] build the soft with the new builder

This commit is contained in:
2013-04-18 18:02:27 +02:00
parent df24216dac
commit c5b6519dc6
2 changed files with 31 additions and 4 deletions

View File

@@ -56,10 +56,10 @@ class ParameterAboutGui : public widget::Sizer
}
etk::UString tmpLabel = "<left>";
tmpLabel += " <b>Editeur De N'ours</b> : v";
tmpLabel += APPL_VERSION_TAG_NAME;
//tmpLabel += APPL_VERSION_TAG_NAME;
tmpLabel += "<br/>";
tmpLabel += " <b>Build Time</b> : ";
tmpLabel += BUILD_TIME;
//tmpLabel += BUILD_TIME;
tmpLabel += "<br/>";
tmpLabel += " <b>Website</b> : https://github.com/HeeroYui/edn<br/>";
tmpLabel += " <b>License</b> : GPL v3<br/>";