diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/nv_const.h | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2006-04-25 Aaron Plattner <aplattner@nvidia.com> + * configure.ac: + * src/nv_const.h: + Bump to 1.1.2 for new product names. + +2006-04-25 Aaron Plattner <aplattner@nvidia.com> + * src/nv_driver.c: Add names for Quadro FX 5500, 3500, 1500, 560, 550, and 350. diff --git a/configure.ac b/configure.ac index 587e7c1..5ac0706 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-nv], - 1.1.1, + 1.1.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-nv) diff --git a/src/nv_const.h b/src/nv_const.h index c66f80a..523c7ee 100644 --- a/src/nv_const.h +++ b/src/nv_const.h @@ -8,7 +8,7 @@ #define NV_DRIVER_NAME "nv" #define NV_MAJOR_VERSION 1 #define NV_MINOR_VERSION 1 -#define NV_PATCHLEVEL 1 +#define NV_PATCHLEVEL 2 #endif /* __NV_CONST_H__ */ |