Bump the version number to 1.3.4.

This commit is contained in:
Matt Turner 2021-08-24 12:53:07 -07:00
parent c2af54c6fd
commit dc084876b4
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.3], [kbrenneman@nvidia.com])
AC_INIT([libglvnd], [1.3.4], [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.3',
version : '1.3.4',
meson_version : '>= 0.48',
default_options : ['c_std=gnu99']
)