diff --git a/configure.ac b/configure.ac index d2b00df..83ec00b 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/meson.build b/meson.build index 17fbf0f..ac78322 100644 --- a/meson.build +++ b/meson.build @@ -24,7 +24,7 @@ project( 'glvnd', 'c', - version : '1.4.0', + version : '1.5.0', meson_version : '>= 0.48', default_options : ['c_std=gnu99'] )