Bump the version number to 1.3.0.

This commit is contained in:
Matt Turner 2019-12-05 16:41:25 -05:00
parent 0f39337dad
commit 05e762ba74
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.2.0], [kbrenneman@nvidia.com])
AC_INIT([libglvnd], [1.3.0], [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-devel',
version : '1.3.0',
meson_version : '>= 0.48',
default_options : ['c_std=gnu99']
)