diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-07 18:34:37 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-07 18:34:37 +0000 |
commit | cdfc8e010e230763250eb8b57d0106d20cf40080 (patch) | |
tree | 67cd90ff9ae2fe85da594c2e5b42fa54ef84a77b /src/apm_driver.c | |
parent | bf98a33803e6c74f6b0015add1271e7f843e5ac6 (diff) |
Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
Diffstat (limited to 'src/apm_driver.c')
-rw-r--r-- | src/apm_driver.c | 4 |
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 |