[DEBUG] update tag system

This commit is contained in:
Edouard DUPIN 2013-11-28 22:26:11 +01:00
parent e24a3f0d8f
commit c6215bf676
3 changed files with 3 additions and 4 deletions

View File

@ -17,5 +17,5 @@ fi
echo -n $tag > tag
git commit -a -m "create a new release"
git commit -a -m "Update version tag : $tag"
git tag $tag

View File

@ -44,8 +44,7 @@ std::string ewol::getBoardType(void) {
}
std::string ewol::getVersion(void) {
tmpOutput = EWOL_VERSION;
return tmpOutput;
return EWOL_VERSION;
}

View File

@ -256,7 +256,7 @@ ewol::eContext::eContext(int32_t _argc, const char* _argv[]) :
m_commandLine.remove(iii);
}
EWOL_INFO("v:" << ewol::getVersion());
EWOL_INFO("EWOL v:" << ewol::getVersion());
EWOL_INFO("Build Date: " << date::getYear() << "/" << date::getMonth() << "/" << date::getDay() << " " << date::getHour() << "h" << date::getMinute());
// TODO : remove this ...
etk::initDefaultFolder("ewolApplNoName");