From 2182a48ea00e376a18ca6e797eb2dc906b8a9800 Mon Sep 17 00:00:00 2001
From: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat, 3 Jun 2023 12:03:33 -0700
Subject: [PATCH] libdmx 1.1.5

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1d4149e..11488db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libdmx], [1.1.4],
+AC_INIT([libdmx], [1.1.5],
         [https://gitlab.freedesktop.org/xorg/lib/libdmx/issues], [libdmx])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])
-- 
GitLab