Increment version number to 1.4.0.

Increment the minor version this time, since we've extended the EGL
vendor library interface.
This commit is contained in:
Kyle Brenneman 2021-12-17 08:49:38 -07:00
parent 862dec3d30
commit 8f3c5b17a2
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.3.4], [kbrenneman@nvidia.com])
AC_INIT([libglvnd], [1.4.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.3.4',
version : '1.4.0',
meson_version : '>= 0.48',
default_options : ['c_std=gnu99']
)