diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-05-19 19:10:12 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-05-19 19:10:12 +0000 |
commit | a7315a314fa647a427805dc51f29558f6c607faa (patch) | |
tree | 9720753f6082608180b905a1d4128eef110b6f91 | |
parent | 2f586dac58dfa30246c7d404a3b08f6e287e5975 (diff) |
Bump to 1.2.0xf86-video-vesa-1_2_0XORG-7_1
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/vesa.h | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2006-05-19 Adam Jackson <ajax@freedesktop.org> + + * configure.ac: + * src/vesa.h: + Bump to 1.2.0 + 2006-05-18 Kevin E. Martin <kem-at-freedesktop-dot-org> * src/vesa.c: (VESAScreenInit), (VESACloseScreen): diff --git a/configure.ac b/configure.ac index 68d05ed..b40a469 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-vesa], - 1.1.0, + 1.2.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 1 +#define VESA_MINOR_VERSION 2 #define VESA_PATCHLEVEL 0 /*XXX*/ |