diff options
-rw-r--r-- | src/cir_driver.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cir_driver.c b/src/cir_driver.c index 3244c10..648b6c3 100644 --- a/src/cir_driver.c +++ b/src/cir_driver.c @@ -53,9 +53,9 @@ static Bool alp_loaded = FALSE; #define CIR_VERSION 4000 #define CIR_NAME "CIRRUS" #define CIR_DRIVER_NAME "cirrus" -#define CIR_MAJOR_VERSION 1 -#define CIR_MINOR_VERSION 1 -#define CIR_PATCHLEVEL 0 +#define CIR_MAJOR_VERSION PACKAGE_VERSION_MAJOR +#define CIR_MINOR_VERSION PACKAGE_VERSION_MINOR +#define CIR_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL /* * This contains the functions needed by the server after loading the |