1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

Release version 0.6.2

This commit is contained in:
The Tumultuous Unicorn Of Darkness 2022-11-11 19:33:06 +01:00
commit 3d1ed275c9
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
9 changed files with 29 additions and 18 deletions

View file

@ -1,4 +1,4 @@
AC_INIT([libcpuid CPU Identification library], [0.6.1], [libcpuid-devel@lists.sourceforge.net], [libcpuid])
AC_INIT([libcpuid CPU Identification library], [0.6.2], [libcpuid-devel@lists.sourceforge.net], [libcpuid])
AC_CONFIG_SRCDIR([libcpuid/libcpuid.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
@ -27,9 +27,10 @@ dnl 15:0:0 Version 0.5.0: add one more field per cpu_raw_data_t (amd_fn8000001
dnl 15:0:1 Version 0.5.1: DB updates
dnl 16:0:0 Version 0.6.0: add more fields in cpu_id_t (cache instances), support for hybrid CPUs, DB updates
dnl 16:0:1 Version 0.6.1: DB updates, fixes
dnl 16:0:2 Version 0.6.2: DB updates, fix for single-core CPUs
LIBCPUID_CURRENT=16
LIBCPUID_AGE=0
LIBCPUID_REVISION=1
LIBCPUID_REVISION=2
AC_SUBST([LIBCPUID_AGE])
AC_SUBST([LIBCPUID_REVISION])
AC_SUBST([LIBCPUID_CURRENT])