diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-07-26 21:55:42 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-07-26 21:55:42 +0000 |
commit | 0cd371c6e57f899c34c4d2e2a8531ef7ce3967a4 (patch) | |
tree | e1b2cc8c27238a6c4256b6fe4570d384166efdce /src/i810.h | |
parent | adef005c2f96395d396834f2173125f0c06d40cb (diff) |
Bump the DDX version to 1.4.0 to indicate the removal of drmAddress.
Thus allowing 32/64bit clients to cohabit.
Diffstat (limited to 'src/i810.h')
-rw-r--r-- | src/i810.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define I810_NAME "I810" #define I810_DRIVER_NAME "i810" #define I810_MAJOR_VERSION 1 -#define I810_MINOR_VERSION 3 +#define I810_MINOR_VERSION 4 #define I810_PATCHLEVEL 0 |