diff options
author | Dave Airlie <airlied@redhat.com> | 2007-10-02 14:05:07 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-10-02 14:05:07 +1000 |
commit | dc90d500085dd74e90073be008fc514bd97b160a (patch) | |
tree | 549e1a8993ec9d0246627b6662d97defab277bb8 /exa/exa.h | |
parent | f15af2ae60bb8503c336bc3cba0560bd314a34bc (diff) |
exa: increase minor version number for pixmap allocation hooks
Diffstat (limited to 'exa/exa.h')
-rw-r--r-- | exa/exa.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |