Add "Version" file and update version.

This commit is contained in:
Antonio Sánchez
2025-09-20 02:08:59 +00:00
committed by Charles Schlosser
parent e0a59e5a66
commit a627f72cd6
6 changed files with 82 additions and 28 deletions

View File

@@ -11,6 +11,9 @@
#ifndef EIGEN_CORE_MODULE_H
#define EIGEN_CORE_MODULE_H
// Eigen version information.
#include "Version"
// first thing Eigen does: stop the compiler from reporting useless warnings.
#include "src/Core/util/DisableStupidWarnings.h"