diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-02-14 04:20:37 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-02-14 04:20:37 +0000 |
commit | bb8c36690ab411c11aa8dd3d4520d513eb8f9091 (patch) | |
tree | 23a2ac8b2891570dc108d98ac23711a1a6174905 /hw/xfree86/dixmods/shmodule.c | |
parent | cc9dfab0b31c7956f99d1f1b9c195065b5e18c29 (diff) |
Bump shadow module version number to 1.1.0 from 1.0.0
Diffstat (limited to 'hw/xfree86/dixmods/shmodule.c')
-rw-r--r-- | hw/xfree86/dixmods/shmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/dixmods/shmodule.c b/hw/xfree86/dixmods/shmodule.c index 5f347a3b5..98021e740 100644 --- a/hw/xfree86/dixmods/shmodule.c +++ b/hw/xfree86/dixmods/shmodule.c @@ -48,7 +48,7 @@ static XF86ModuleVersionInfo VersRec = MODINFOSTRING1, MODINFOSTRING2, XORG_VERSION_CURRENT, - 1, 0, 0, + 1, 1, 0, ABI_CLASS_ANSIC, /* Only need the ansic layer */ ABI_ANSIC_VERSION, MOD_CLASS_NONE, |