1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00

Set version to 0.3.0 in libcpuid.h, update release date.

This commit is contained in:
Veselin Georgiev 2016-07-09 06:54:07 +03:00
parent 91dad77e6e
commit 647d737db8

View file

@ -29,7 +29,7 @@
* \file libcpuid.h * \file libcpuid.h
* \author Veselin Georgiev * \author Veselin Georgiev
* \date Oct 2008 * \date Oct 2008
* \version 0.2.2 * \version 0.3.0
* *
* Version history: * Version history:
* *
@ -49,7 +49,7 @@
* Fix clock detection in cpu_clock_by_ic() for Bulldozer. * Fix clock detection in cpu_clock_by_ic() for Bulldozer.
* More entries supported in cpu_msrinfo(). * More entries supported in cpu_msrinfo().
* *BSD and Solaris support (unofficial). * *BSD and Solaris support (unofficial).
* * 0.3.0 : Support for Skylake; MSR ops in FreeBSD; INFO_VOLTAGE * * 0.3.0 (2016-07-09): Support for Skylake; MSR ops in FreeBSD; INFO_VOLTAGE
* for AMD CPUs. Level 4 cache support for Crystalwell * for AMD CPUs. Level 4 cache support for Crystalwell
* (a backwards-incompatible change since the sizeof * (a backwards-incompatible change since the sizeof
* cpu_raw_data_t is now different). * cpu_raw_data_t is now different).