summaryrefslogtreecommitdiff
path: root/glamor
diff options
context:
space:
mode:
authorMario Kleiner <mario.kleiner.de@gmail.com>2018-02-27 03:05:29 +0100
committerAdam Jackson <ajax@redhat.com>2018-02-27 10:18:07 -0500
commit125201408ddd51ca8ea961a7338a6ad299e5816c (patch)
treeb556bd6f87bc0c23379f86377fb5b2959ac96277 /glamor
parent7a687da24c9d3c9e40ffa426631bf355322d470e (diff)
glamor: Bump version to 1.0.1 to signal depth 30 support.
Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com> Reviewed-by: Antoine Martin <antoine@nagafix.co.uk>
Diffstat (limited to 'glamor')
-rw-r--r--glamor/glamor_eglmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glamor/glamor_eglmodule.c b/glamor/glamor_eglmodule.c
index dd4664b22..326af3aa6 100644
--- a/glamor/glamor_eglmodule.c
+++ b/glamor/glamor_eglmodule.c
@@ -40,7 +40,7 @@ static XF86ModuleVersionInfo VersRec = {
MODINFOSTRING1,
MODINFOSTRING2,
XORG_VERSION_CURRENT,
- 1, 0, 0, /* version */
+ 1, 0, 1, /* version */
ABI_CLASS_ANSIC, /* Only need the ansic layer */
ABI_ANSIC_VERSION,
MOD_CLASS_NONE,