summaryrefslogtreecommitdiff
path: root/src/generic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic.c')
-rw-r--r--src/generic.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/generic.c b/src/generic.c
index a294f6c..4be7c39 100644
--- a/src/generic.c
+++ b/src/generic.c
@@ -40,9 +40,10 @@
#include "config.h"
#endif
+#include <string.h>
+
#include "xf86.h"
#include "xf86_OSproc.h"
-#include "xf86_ansic.h"
#include "compiler.h"
#include "vgaHW.h"
#include "xf86PciInfo.h"
@@ -67,9 +68,9 @@
/* A few things all drivers should have */
#define VGA_NAME "VGA"
#define VGA_DRIVER_NAME "vga"
-#define VGA_VERSION_NAME "4.0"
+#define VGA_VERSION_NAME "4.1"
#define VGA_VERSION_MAJOR 4
-#define VGA_VERSION_MINOR 0
+#define VGA_VERSION_MINOR 1
#define VGA_PATCHLEVEL 0
#define VGA_VERSION_CURRENT ((VGA_VERSION_MAJOR << 24) | \
(VGA_VERSION_MINOR << 16) | VGA_PATCHLEVEL)