From b45f4d8efbdaf6b752f10365ec32f1eda33356d8 Mon Sep 17 00:00:00 2001 From: Kyle Brenneman Date: Wed, 2 Mar 2016 12:53:48 -0700 Subject: Bump the package version to 0.1.0. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a9c3e90..7092f6f 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.0.0], [kbrenneman@nvidia.com]) +AC_INIT([libglvnd], [0.1.0], [kbrenneman@nvidia.com]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3