summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-05 20:05:42 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-05 20:05:42 -0800
commit4ffa46d9d10267f0156b803a941de05e1c0e47a6 (patch)
tree44e06cb0898aa73f3d47d1fb524399a137e27628
parentd95a95c5b862648c2c7da8011abe6f0abb6f2064 (diff)
downloadxorg-proto-xf86vidmodeproto-4ffa46d9d10267f0156b803a941de05e1c0e47a6.tar.gz
xf86vidmodeproto 2.3.1xf86vidmodeproto-2.3.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 a24c158..276a9cf 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([XF86VidModeProto], [2.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([XF86VidModeProto], [2.3.1],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AC_CONFIG_SRCDIR([Makefile.am])
# Initialize Automake