Increment the package version to 0.2.

Increment the minor version number so that other packages can check if the EGL
interface is available.
This commit is contained in:
Kyle Brenneman 2016-09-09 18:00:59 -06:00
parent 0292f76a1f
commit 14f6283166

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], [0.1.999], [kbrenneman@nvidia.com])
AC_INIT([libglvnd], [0.2.999], [kbrenneman@nvidia.com])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])