summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--x86info.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 5c1c77a..e2b8cca 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-x86info v1.20 http://www.codemonkey.org.uk/projects/x86info
+x86info v1.21 http://www.codemonkey.org.uk/projects/x86info
Dave Jones <davej@redhat.com>
Somewhere in the mists of time, there was a program by Phil Karn (KA9Q)
@@ -38,7 +38,7 @@ Caveats:
as opposed to built into the kernel, then you should ensure
the following is in your /etc/modules.conf
- alias char-major-202 msr
+ alias char-major-202 msr
alias char-major-203 cpuid
Info on the command line switches can be found in the man page.
diff --git a/x86info.c b/x86info.c
index 4b9b7c4..1b04a84 100644
--- a/x86info.c
+++ b/x86info.c
@@ -1,6 +1,6 @@
/*
* This file is part of x86info.
- * (C) 2001-2006 Dave Jones.
+ * (C) 2001-2007 Dave Jones.
*
* Licensed under the terms of the GNU GPL License version 2.
*/
@@ -177,7 +177,7 @@ int main (int argc, char **argv)
parse_command_line(argc, argv);
if (!silent) {
- printf ("x86info v1.20. Dave Jones 2001-2006\n");
+ printf ("x86info v1.21. Dave Jones 2001-2007\n");
printf ("Feedback to <davej@redhat.com>.\n\n");
}