summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-05 19:57:04 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-05 19:57:04 -0800
commit3040728fda7c54eb0c606adef43f766483c57d85 (patch)
tree45a7fc33ebc2b2a28a9ce4d6af7da6c9541ea0cf
parentc0c8ff516f40d5b9f0d595c0c381c895c39309b9 (diff)
xf86driproto 2.1.1xf86driproto-2.1.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2902495..a380d88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,8 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([XF86DRIProto], [2.1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([XF86DRIProto], [2.1.1],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AC_CONFIG_SRCDIR([Makefile.am])
# Initialize Automake