Skip to content

Commit

Permalink
Increment the version number to 1.7.0.
Browse files Browse the repository at this point in the history
Increment the minor verison number since libglvnd has added support for
Haiku.
  • Loading branch information
kbrenneman committed Sep 12, 2023
1 parent 179d727 commit faa23f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -24,7 +24,7 @@
project(
'glvnd',
'c',
version : '1.6.0',
version : '1.7.0',
meson_version : '>= 0.48',
default_options : ['c_std=gnu99']
)
Expand Down

0 comments on commit faa23f2

Please sign in to comment.