diff options
Diffstat (limited to 'src/apm_driver.c')
-rw-r--r-- | src/apm_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apm_driver.c b/src/apm_driver.c index 28a9f4a..e5b6006 100644 --- a/src/apm_driver.c +++ b/src/apm_driver.c @@ -21,7 +21,7 @@ #define APM_DRIVER_NAME "apm" #define APM_MAJOR_VERSION 1 #define APM_MINOR_VERSION 1 -#define APM_PATCHLEVEL 0 +#define APM_PATCHLEVEL 1 #ifndef PCI_CHIP_AT3D #define PCI_CHIP_AT3D 0x643D #endif |