diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-05-05 18:39:44 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-05-05 18:39:44 -0700 |
commit | 8dac46accba5ffe67f167bf91f3c48fda77b6f12 (patch) | |
tree | 69338f3ca5a06a8885887be58f026d64fd242939 | |
parent | fa88ecdc13adb07cbad6f0420cbbd1657bbb33b1 (diff) |
Bump version number from 0.0.1 to 0.0.2xhiv-0.0.2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7cd66f2..28f972b 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xhiv], [0.0.1], +AC_INIT([xhiv], [0.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xhiv]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |