1
0
Fork 0
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:
Xorg 2020-05-25 20:33:26 +00:00 committed by GitHub
commit 2343193401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 104 additions and 24 deletions

View file

@ -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