Bump the version number to 1.3.1.

This commit is contained in:
Matt Turner 2020-02-21 13:26:48 -08:00
parent 810ae24776
commit 1c32de0707
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.0], [kbrenneman@nvidia.com])
AC_INIT([libglvnd], [1.3.1], [kbrenneman@nvidia.com])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])

View file

@ -28,7 +28,7 @@
project(
'glvnd',
'c',
version : '1.3.0',
version : '1.3.1',
meson_version : '>= 0.48',
default_options : ['c_std=gnu99']
)