diff options
Diffstat (limited to 'src/nsc_driver.c')
-rw-r--r-- | src/nsc_driver.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/nsc_driver.c b/src/nsc_driver.c index 5684564..4904b8b 100644 --- a/src/nsc_driver.c +++ b/src/nsc_driver.c @@ -154,7 +154,6 @@ /* Includes that are used by all drivers */ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "xf86Resources.h" /* We may want inb() and outb() */ @@ -212,10 +211,10 @@ /* This should match the durango code version. * The patchlevel may be used to indicate changes in geode.c */ -#define NSC_VERSION_NAME "2.7.6" +#define NSC_VERSION_NAME "2.8.0" #define NSC_VERSION_MAJOR 2 -#define NSC_VERSION_MINOR 7 -#define NSC_PATCHLEVEL 6 +#define NSC_VERSION_MINOR 8 +#define NSC_PATCHLEVEL 0 #define NSC_VERSION_CURRENT ((NSC_VERSION_MAJOR << 24) | \ (NSC_VERSION_MINOR << 16) | NSC_PATCHLEVEL) |