From bc9990b7bede44899627354d0c356f48950f4ad1 Mon Sep 17 00:00:00 2001 From: Kyle Brenneman Date: Wed, 13 Mar 2019 08:50:16 -0600 Subject: [PATCH] Bump the version number to 1.1.1. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fc37ac1..4a2099a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl configure.ac dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([libglvnd], [1.1.0], [kbrenneman@nvidia.com]) +AC_INIT([libglvnd], [1.1.1], [kbrenneman@nvidia.com]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h])