Skip to content
Snippets Groups Projects
Commit 005fd3a0 authored by Kyle Brenneman's avatar Kyle Brenneman
Browse files

Set package version to 1.0.0.

Now that both the EGL and GLX interfaces are defined and stable, set the
package version to 1.0.0.
parent e202ebf2
No related branches found
No related tags found
Loading
......@@ -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.2.999], [kbrenneman@nvidia.com])
AC_INIT([libglvnd], [1.0.0], [kbrenneman@nvidia.com])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment