From 647d737db8a3cc129acbbabbbd6f5e64e73b7a9e Mon Sep 17 00:00:00 2001 From: Veselin Georgiev Date: Sat, 9 Jul 2016 06:54:07 +0300 Subject: [PATCH] Set version to 0.3.0 in libcpuid.h, update release date. --- libcpuid/libcpuid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcpuid/libcpuid.h b/libcpuid/libcpuid.h index f0c99e6..33fc241 100644 --- a/libcpuid/libcpuid.h +++ b/libcpuid/libcpuid.h @@ -29,7 +29,7 @@ * \file libcpuid.h * \author Veselin Georgiev * \date Oct 2008 - * \version 0.2.2 + * \version 0.3.0 * * Version history: * @@ -49,7 +49,7 @@ * Fix clock detection in cpu_clock_by_ic() for Bulldozer. * More entries supported in cpu_msrinfo(). * *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 * (a backwards-incompatible change since the sizeof * cpu_raw_data_t is now different).