From 005fd3a0c449f809d0128921da8ef6762fecffc9 Mon Sep 17 00:00:00 2001 From: Kyle Brenneman Date: Thu, 2 Nov 2017 10:58:38 -0600 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 54437341..56018aad 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], [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])