mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-13 11:10:39 +00:00
Release version 0.5.0 (#146)
* Set version to 0.5.0 * Update debian/control to the new version (incompatible with 0.4.x) * Rename .install files to match SO version Co-authored-by: Veselin Georgiev <anrieff@gmail.com>
This commit is contained in:
parent
dfc8b2fdbd
commit
2343193401
14 changed files with 104 additions and 24 deletions
|
@ -1,7 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.14)
|
||||
|
||||
set(VERSION "0.4.1")
|
||||
set(SOVERSION 14)
|
||||
set(VERSION "0.5.0")
|
||||
set(SOVERSION 15)
|
||||
project(
|
||||
cpuid
|
||||
LANGUAGES C CXX ASM_MASM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue