From dc90d500085dd74e90073be008fc514bd97b160a Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 2 Oct 2007 14:05:07 +1000 Subject: [PATCH] exa: increase minor version number for pixmap allocation hooks --- exa/exa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exa/exa.h b/exa/exa.h index 0eeb1f062..f852df482 100644 --- a/exa/exa.h +++ b/exa/exa.h @@ -39,7 +39,7 @@ #include "fb.h" #define EXA_VERSION_MAJOR 2 -#define EXA_VERSION_MINOR 3 +#define EXA_VERSION_MINOR 4 #define EXA_VERSION_RELEASE 0 typedef struct _ExaOffscreenArea ExaOffscreenArea;