diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-11-30 16:04:26 -0500 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-11-30 16:04:26 -0500 |
commit | 7f4f198b21bc1df254912adb9592339b21d121f5 (patch) | |
tree | e2a8363e6ba38c6e0492a0ecfe6272ce6004dffc | |
parent | 7777730e7749fe6921e76a4a1738e0e2a0b16376 (diff) |
Bump to 1.3.0xf86-video-vesa-1.3.0
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/vesa.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f043fc3..9989d58 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-vesa], - 1.2.2, + 1.3.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-vesa) @@ -83,7 +83,7 @@ #define VESA_NAME "VESA" #define VESA_DRIVER_NAME "vesa" #define VESA_MAJOR_VERSION 1 -#define VESA_MINOR_VERSION 2 +#define VESA_MINOR_VERSION 3 #define VESA_PATCHLEVEL 0 /*XXX*/ |