cpuidpp 1.0.0
C++11 library for identifying CPU features
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1#ifndef CPUIDPP_VERSION_HPP
2#define CPUIDPP_VERSION_HPP
3
4#define CPUIDPP_MAJOR_VERSION 1
5#define CPUIDPP_MINOR_VERSION 0
6#define CPUIDPP_REVISION_NUMBER 0
7#define CPUIDPP_VERSION_STRING "1.0.0"
8
9#endif // !defined(CPUIDPP_VERSION_HPP)