mirror of
https://github.com/anrieff/libcpuid
synced 2025-07-02 14:04:15 +00:00
Bumped the version to 0.1.4
git-svn-id: https://svn.code.sf.net/p/libcpuid/code/HEAD/libcpuid@94 3b4be424-7ac5-41d7-8526-f4ddcb85d872
This commit is contained in:
parent
49c474f74d
commit
c3d236ec86
3 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([libcpuid CPU Identification library], [0.1.3], [libcpuid-devel@lists.sourceforge.net], [libcpuid])
|
AC_INIT([libcpuid CPU Identification library], [0.1.4], [libcpuid-devel@lists.sourceforge.net], [libcpuid])
|
||||||
AC_CONFIG_SRCDIR([libcpuid/libcpuid.h])
|
AC_CONFIG_SRCDIR([libcpuid/libcpuid.h])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE([-Wall dist-bzip2 dist-zip foreign])
|
AM_INIT_AUTOMAKE([-Wall dist-bzip2 dist-zip foreign])
|
||||||
|
@ -14,9 +14,10 @@ dnl 10:0:0 Version 0.1.0
|
||||||
dnl 11:0:0 Version 0.1.1: four more fields to cpu_raw_data_t
|
dnl 11:0:0 Version 0.1.1: four more fields to cpu_raw_data_t
|
||||||
dnl 11:0:1 Version 0.1.2: added cpu_msr* functions
|
dnl 11:0:1 Version 0.1.2: added cpu_msr* functions
|
||||||
dnl 11:0:2 Version 0.1.3: added cpu_clock_by_ic() function
|
dnl 11:0:2 Version 0.1.3: added cpu_clock_by_ic() function
|
||||||
|
dnl 11:0:3 Version 0.1.4: just an identification change, to reflect the detection table upgrades
|
||||||
LIBCPUID_CURRENT=11
|
LIBCPUID_CURRENT=11
|
||||||
LIBCPUID_AGE=0
|
LIBCPUID_AGE=0
|
||||||
LIBCPUID_REVISION=2
|
LIBCPUID_REVISION=3
|
||||||
AC_SUBST([LIBCPUID_AGE])
|
AC_SUBST([LIBCPUID_AGE])
|
||||||
AC_SUBST([LIBCPUID_REVISION])
|
AC_SUBST([LIBCPUID_REVISION])
|
||||||
AC_SUBST([LIBCPUID_CURRENT])
|
AC_SUBST([LIBCPUID_CURRENT])
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
PreprocessorDefinitions="VERSION=\"0.1.3\""
|
PreprocessorDefinitions="VERSION=\"0.1.4\""
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
CharacterSet="2">
|
CharacterSet="2">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
PreprocessorDefinitions="VERSION=\"0.1.3\""
|
PreprocessorDefinitions="VERSION=\"0.1.4\""
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
CharacterSet="2">
|
CharacterSet="2">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
PreprocessorDefinitions="VERSION=\"0.1.3\""
|
PreprocessorDefinitions="VERSION=\"0.1.4\""
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;VERSION="\"0.1.3\"""
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;VERSION="\"0.1.4\"""
|
||||||
MinimalRebuild="true"
|
MinimalRebuild="true"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="1"
|
RuntimeLibrary="1"
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;VERSION="\"0.1.3\"""
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;VERSION="\"0.1.4\"""
|
||||||
RuntimeLibrary="0"
|
RuntimeLibrary="0"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue