mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-23 15:04:46 +00:00
removed RZ_GITTIP in latest rizin
This commit is contained in:
parent
44b7a7997a
commit
e0e754a3b9
@ -4299,8 +4299,7 @@ void CutterCore::loadScript(const QString &scriptname)
|
||||
|
||||
QString CutterCore::getRizinVersionReadable()
|
||||
{
|
||||
return QString("%1 (%2)").arg(QString::fromUtf8(RZ_VERSION),
|
||||
QString::fromUtf8(RZ_GITTIP).left(7));
|
||||
return QString::fromUtf8(RZ_VERSION);
|
||||
}
|
||||
|
||||
QString CutterCore::getVersionInformation()
|
||||
|
Loading…
Reference in New Issue
Block a user