[DEBUG] update tag system
This commit is contained in:
parent
e24a3f0d8f
commit
c6215bf676
@ -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
|
||||
|
@ -44,8 +44,7 @@ std::string ewol::getBoardType(void) {
|
||||
}
|
||||
|
||||
std::string ewol::getVersion(void) {
|
||||
tmpOutput = EWOL_VERSION;
|
||||
return tmpOutput;
|
||||
return EWOL_VERSION;
|
||||
}
|
||||
|
||||
|
||||
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user