diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2006-05-24 15:05:22 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2006-05-24 15:05:22 -0700 |
commit | eda3bac20dce2d5584ac07cc6b28a08ec55aa798 (patch) | |
tree | e63e4be10a0a33344148c52f8a3422a391f37f58 /src/riva_const.h | |
parent | 1a40c4a79b79034d191496726a27af8b0805dba6 (diff) |
Derive the module version numbers from the package version. This idea was
lifted from Michel Dänzer's similar code in xf86-video-ati.
Also, make the riva and nv driver versions match.
Diffstat (limited to 'src/riva_const.h')
-rw-r--r-- | src/riva_const.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/riva_const.h b/src/riva_const.h index 8221dca..4949fc1 100644 --- a/src/riva_const.h +++ b/src/riva_const.h @@ -6,9 +6,6 @@ #define RIVA_VERSION 4000 #define RIVA_NAME "RIVA128" #define RIVA_DRIVER_NAME "riva128" -#define RIVA_MAJOR_VERSION 1 -#define RIVA_MINOR_VERSION 1 -#define RIVA_PATCHLEVEL 0 #endif /* __RIVA_CONST_H__ */ |