summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@fido2.homeip.net>2007-09-10 21:16:04 -0700
committerPhilip Langdale <philipl@fido2.homeip.net>2007-09-10 21:16:04 -0700
commite41aef1fb187c1b450fbea0163eb16e0c40f0435 (patch)
tree000d95806d19f11b1099a56dc039bae3af46c40b /configure.ac
parent2331c7d1629f9841c02cf907ef4fa8b679cc5141 (diff)
Ready 10.15.1 release.
To allow for easier detection of driver version by other VMware tools, we are embedding the version in a .modinfo section so that the Linux kernel 'modinfo' tool can be (ab)used to check it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 725555b..02b615e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-vmware],
- 10.15.0,
+ 10.15.1,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-vmware)