summaryrefslogtreecommitdiff
path: root/src/apm_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apm_driver.c')
-rw-r--r--src/apm_driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apm_driver.c b/src/apm_driver.c
index 0c920a0..5967443 100644
--- a/src/apm_driver.c
+++ b/src/apm_driver.c
@@ -20,8 +20,8 @@
#define APM_NAME "APM"
#define APM_DRIVER_NAME "apm"
#define APM_MAJOR_VERSION 1
-#define APM_MINOR_VERSION 0
-#define APM_PATCHLEVEL 1
+#define APM_MINOR_VERSION 1
+#define APM_PATCHLEVEL 0
#ifndef PCI_CHIP_AT3D
#define PCI_CHIP_AT3D 0x643D
#endif