diff options
-rw-r--r-- | src/apm_driver.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/apm_driver.c b/src/apm_driver.c index e5b6006..81356a0 100644 --- a/src/apm_driver.c +++ b/src/apm_driver.c @@ -19,9 +19,9 @@ #define APM_VERSION 4000 #define APM_NAME "APM" #define APM_DRIVER_NAME "apm" -#define APM_MAJOR_VERSION 1 -#define APM_MINOR_VERSION 1 -#define APM_PATCHLEVEL 1 +#define APM_MAJOR_VERSION PACKAGE_VERSION_MAJOR +#define APM_MINOR_VERSION PACKAGE_VERSION_MINOR +#define APM_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL #ifndef PCI_CHIP_AT3D #define PCI_CHIP_AT3D 0x643D #endif |