diff options
author | Philip Langdale <philipl@fido2.homeip.net> | 2007-09-10 20:45:58 -0700 |
---|---|---|
committer | Philip Langdale <philipl@fido2.homeip.net> | 2007-09-10 20:45:58 -0700 |
commit | 0cd80f9869feef92261d0972f3d2d018a3dcfb18 (patch) | |
tree | 71d6b06b33288c3aa0c3d5e74bcc8e09f0378f4a /configure.ac | |
parent | 5a4e1fe50b1a38cfc489eff49f5a729bd726cd23 (diff) |
Ready 12.4.2 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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bf558be..2efe700 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-input-vmmouse], - 12.4.0, + 12.4.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-input-vmmouse) |