diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-08 01:14:51 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-08 01:14:51 +0000 |
commit | 392b8d45b08b9e87facb7f23cb2226fcd5062425 (patch) | |
tree | 34159e3d76994695a300074b2c27b9a778a408f3 | |
parent | 8f9172e2814b98b58fcc2e57cde720e10477b9c1 (diff) |
Bump to 1.1.1 for Xv changes.xf86-video-impact-0_2_0apm-1_1_1XORG-7_1
-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 |