diff --git a/configure.ac b/configure.ac index cb2b95f..98c4175 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.6.0], [kbrenneman@nvidia.com]) +AC_INIT([libglvnd], [1.7.0], [kbrenneman@nvidia.com]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h]) diff --git a/meson.build b/meson.build index ab16ffb..236c188 100644 --- a/meson.build +++ b/meson.build @@ -24,7 +24,7 @@ project( 'glvnd', 'c', - version : '1.6.0', + version : '1.7.0', meson_version : '>= 0.48', default_options : ['c_std=gnu99'] )