diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/apm_driver.c | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2006-04-07 Adam Jackson <ajax@freedesktop.org> + + * configure.ac: + * src/apm_driver.c: + Bump to 1.1.1 for Xv changes. + 2006-04-07 Aaron Plattner <aplattner@nvidia.com> * src/apm_video.c: (ReputImage), (PutImage): diff --git a/configure.ac b/configure.ac index 27b2af9..8830683 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-apm], - 1.1.0, + 1.1.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-apm) diff --git a/src/apm_driver.c b/src/apm_driver.c index 28a9f4a..e5b6006 100644 --- a/src/apm_driver.c +++ b/src/apm_driver.c @@ -21,7 +21,7 @@ #define APM_DRIVER_NAME "apm" #define APM_MAJOR_VERSION 1 #define APM_MINOR_VERSION 1 -#define APM_PATCHLEVEL 0 +#define APM_PATCHLEVEL 1 #ifndef PCI_CHIP_AT3D #define PCI_CHIP_AT3D 0x643D #endif |