From c7cdf0cc4395b57563294d1f340b6bb1b95366a0 Mon Sep 17 00:00:00 2001 From: Kyle Brenneman Date: Mon, 22 Aug 2022 07:02:53 -0600 Subject: [PATCH] Increment the version number to 1.5.0. Increment the minor version, since we added some features that other things might depend on. --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d2b00df..83ec00b 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.4.0], [kbrenneman@nvidia.com]) +AC_INIT([libglvnd], [1.5.0], [kbrenneman@nvidia.com]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h]) diff --git a/meson.build b/meson.build index 17fbf0f..ac78322 100644 --- a/meson.build +++ b/meson.build @@ -24,7 +24,7 @@ project( 'glvnd', 'c', - version : '1.4.0', + version : '1.5.0', meson_version : '>= 0.48', default_options : ['c_std=gnu99'] )