Do not print hexadecimal version value when running exiv2 --version

This commit is contained in:
Luis Díaz Más 2018-09-13 10:47:11 +02:00
parent 808de65c37
commit e5bcabd026

View File

@ -218,7 +218,7 @@ void Params::version(bool verbose,std::ostream& os) const
{
bool b64 = sizeof(void*)==8;
const char* sBuild = b64 ? "(64 bit build)" : "(32 bit build)" ;
os << EXV_PACKAGE_STRING << " " << Exiv2::versionNumberHexString() << " " << sBuild << "\n";
os << EXV_PACKAGE_STRING << " " << sBuild << "\n";
if ( Params::instance().greps_.empty() ) {
os << "\n"
<< _("This program is free software; you can redistribute it and/or\n"