Module Name: xsrc Committed By: mrg Date: Wed Jun 10 06:41:24 UTC 2009
Modified Files: xsrc/external/mit/xf86-video-sis/include: config.h Log Message: update this for xf86-video-sis 0.10.1 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 xsrc/external/mit/xf86-video-sis/include/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/xf86-video-sis/include/config.h diff -u xsrc/external/mit/xf86-video-sis/include/config.h:1.1 xsrc/external/mit/xf86-video-sis/include/config.h:1.2 --- xsrc/external/mit/xf86-video-sis/include/config.h:1.1 Mon Sep 1 05:35:20 2008 +++ xsrc/external/mit/xf86-video-sis/include/config.h Wed Jun 10 06:41:24 2009 @@ -43,15 +43,14 @@ #define PACKAGE_NAME "xf86-video-sis" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "xf86-video-sis 0.10.0" +#define PACKAGE_STRING "xf86-video-sis 0.10.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "xf86-video-sis" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.0" +#define PACKAGE_VERSION "0.10.1" -#if 0 /* Major version of this package */ #define PACKAGE_VERSION_MAJOR 0 @@ -59,14 +58,13 @@ #define PACKAGE_VERSION_MINOR 10 /* Patch version of this package */ -#define PACKAGE_VERSION_PATCHLEVEL 0 -#endif +#define PACKAGE_VERSION_PATCHLEVEL 1 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "0.10.0" +#define VERSION "0.10.1" /* Enable DRI driver support */ #define XF86DRI 1