diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-08 01:50:08 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-08 01:50:08 +0000 |
commit | acee015839a798546a9d17fdc31e443b10630c76 (patch) | |
tree | d96af9ed4a7813c4ae3f41313d9f90925015789b | |
parent | 55954625ff815b932d365422864745b31c4eadb4 (diff) |
Bump to 1.2.1 for Xv changes.tdfx-1_2_1XORG-7_1
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/tdfx.h | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2006-04-07 Adam Jackson <ajax@freedesktop.org> + + * configure.ac: + * src/tdfx.h: + Bump to 1.2.1 for Xv changes. + 2006-04-07 Aaron Plattner <aplattner@nvidia.com> * src/tdfx_video.c: (TDFXPutImageTexture), (TDFXPutImageOverlay): diff --git a/configure.ac b/configure.ac index ced620b..65bab6b 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-tdfx], - 1.2.0, + 1.2.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-tdfx) @@ -33,7 +33,7 @@ #define TDFX_DRIVER_NAME "tdfx" #define TDFX_MAJOR_VERSION 1 #define TDFX_MINOR_VERSION 2 -#define TDFX_PATCHLEVEL 0 +#define TDFX_PATCHLEVEL 1 struct _TDFXRec; typedef struct _TDFXRec *TDFXPtr; |