amber 1.2.1

corrected bug when pairing 3003+3000
added version reporting at startup
This commit is contained in:
LX3JL 2017-11-08 10:36:19 +01:00
parent 3f9555fe59
commit 384b6d41b1
3 changed files with 9 additions and 4 deletions

View file

@ -97,7 +97,7 @@ int main(int argc, const char * argv[])
g_AmbeServer.SetListenIp(CIp(argv[1]));
// and let it run
std::cout << "Starting AMBEd" << std::endl << std::endl;
std::cout << "Starting AMBEd " << VERSION_MAJOR << "." << VERSION_MINOR << "." << VERSION_REVISION << std::endl << std::endl;
if ( !g_AmbeServer.Start() )
{
std::cout << "Error starting AMBEd" << std::endl;