Increment the version number to 1.5.0.

Increment the minor version, since we added some features that other
things might depend on.
This commit is contained in:
Kyle Brenneman 2022-08-22 07:02:53 -06:00
parent 5e289fbcec
commit c7cdf0cc43
2 changed files with 2 additions and 2 deletions

View File

@ -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])

View File

@ -24,7 +24,7 @@
project(
'glvnd',
'c',
version : '1.4.0',
version : '1.5.0',
meson_version : '>= 0.48',
default_options : ['c_std=gnu99']
)