Skip to content

Commit

Permalink
Bump default intrin.xml version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Jan 10, 2024
1 parent 447828f commit cf0ec4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/DataProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ bool DataProvider::create() noexcept
// Scan through intrinsic data for each function
QDomElement root = dataXMLIntel.documentElement();
QDomElement root2 = dataXMLOps.documentElement();
data.version = root.attribute("version", "3.6.0");
data.date = QDate::fromString(root.attribute("date", "06/30/2021"), "MM/dd/yyyy");
data.version = root.attribute("version", "3.6.7");
data.date = QDate::fromString(root.attribute("date", "07/12/2023"), "MM/dd/yyyy");
#ifdef _DEBUG
if (!data.date.isValid()) {
qDebug() << "Invalid source date detected for data:" << root.attribute("date", "06/30/2021");
Expand Down

0 comments on commit cf0ec4c

Please sign in to comment.