-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the version to 0.2.2 (and briefly describe changes since 2012).
- Loading branch information
Showing
4 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT([libcpuid CPU Identification library], [0.2.1], [[email protected]], [libcpuid]) | ||
AC_INIT([libcpuid CPU Identification library], [0.2.2], [[email protected]], [libcpuid]) | ||
AC_CONFIG_SRCDIR([libcpuid/libcpuid.h]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
@@ -18,9 +18,10 @@ 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 | ||
dnl 12:1:0 Version 0.2.0: two more fields to cpu_id_t | ||
dnl 12:1:1 Version 0.2.1: more processors support | ||
dnl 12:1:2 Version 0.2.2: more processors support, *BSD/Solaris support, updates to MSR stuff | ||
LIBCPUID_CURRENT=12 | ||
LIBCPUID_AGE=1 | ||
LIBCPUID_REVISION=1 | ||
LIBCPUID_REVISION=2 | ||
AC_SUBST([LIBCPUID_AGE]) | ||
AC_SUBST([LIBCPUID_REVISION]) | ||
AC_SUBST([LIBCPUID_CURRENT]) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters