Module Name:    xsrc
Committed By:   ahoka
Date:           Fri Jun  5 23:23:19 UTC 2009

Modified Files:
        xsrc/external/mit/xf86-video-s3/dist/src: s3.h

Log Message:
Undo last change, version should be set from makefile.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xf86-video-s3/dist/src/s3.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-s3/dist/src/s3.h
diff -u xsrc/external/mit/xf86-video-s3/dist/src/s3.h:1.2 xsrc/external/mit/xf86-video-s3/dist/src/s3.h:1.3
--- xsrc/external/mit/xf86-video-s3/dist/src/s3.h:1.2	Fri Jun  5 21:31:13 2009
+++ xsrc/external/mit/xf86-video-s3/dist/src/s3.h	Fri Jun  5 23:23:19 2009
@@ -169,10 +169,10 @@
 
 
 #define DRIVER_NAME     "s3"
-#define DRIVER_VERSION  "0.6.1"
-#define VERSION_MAJOR   0
-#define VERSION_MINOR   6
-#define PATCHLEVEL      1
+#define DRIVER_VERSION  PACKAGE_VERSION
+#define VERSION_MAJOR   PACKAGE_VERSION_MAJOR
+#define VERSION_MINOR   PACKAGE_VERSION_MINOR
+#define PATCHLEVEL      PACKAGE_VERSION_PATCHLEVEL
 #define S3_VERSION     ((VERSION_MAJOR << 24) | \
                         (VERSION_MINOR << 16) | PATCHLEVEL)
 

Reply via email to