diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2016-02-11 09:45:58 +0100 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2016-05-30 14:00:25 +0200 |
commit | 0bcd4df1843f00f8e8507750401ec2a2a29330dc (patch) | |
tree | 9161ce38f64c506ac28d4f24c765977f0df92fea /configure.ac | |
parent | 5036e9d11a899d831b1471f64132eefcf459b222 (diff) |
vmware: Bump minor to signal availability of new features
While this may never be an official release, bump minor to enable the
new resolutionKMS functionality. This signals the availability of
autolayout and resolutionKMS support.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
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 d33d6eb..9cd793d 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-vmware], - [13.0.2], + [13.2.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-vmware]) AC_CONFIG_SRCDIR([Makefile.am]) |