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

Release version 0.8.0

This commit is contained in:
The Tumultuous Unicorn Of Darkness 2025-05-04 12:39:32 +02:00
commit 5bb7c32618
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
9 changed files with 52 additions and 22 deletions

View file

@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.13)
set(VERSION "0.7.1")
set(LIBCPUID_CURRENT 17)
set(LIBCPUID_AGE 0)
set(LIBCPUID_REVISION 1)
set(VERSION "0.8.0")
set(LIBCPUID_CURRENT 18)
set(LIBCPUID_AGE 1)
set(LIBCPUID_REVISION 0)
project(
cpuid
LANGUAGES C ASM_MASM