summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Brenneman <kbrenneman@nvidia.com>2016-03-02 12:53:48 -0700
committerKyle Brenneman <kbrenneman@nvidia.com>2016-03-02 12:53:48 -0700
commitb45f4d8efbdaf6b752f10365ec32f1eda33356d8 (patch)
tree2ebebaaec8d6ce99196316d69ebcd5649f9c7947
parent74f7b27b77c013a60d1496024334ef19f250b1a2 (diff)
Bump the package version to 0.1.0.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])