switch to 2004

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6900 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2004-03-05 00:27:05 +00:00
parent 1f4114e74c
commit 75a52c6151
@@ -1,7 +1,7 @@
/* /*
* BeOS Driver for Intel ICH AC'97 Link interface * BeOS Driver for Intel ICH AC'97 Link interface
* *
* Copyright (c) 2002, Marcus Overhagen <[email protected]> * Copyright (c) 2002 - 2004, Marcus Overhagen <[email protected]>
* *
* All rights reserved. * All rights reserved.
* Redistribution and use in source and binary forms, with or without modification, * Redistribution and use in source and binary forms, with or without modification,
@@ -31,7 +31,7 @@
#include "debug.h" #include "debug.h"
#include "hardware.h" #include "hardware.h"
#define VERSION_NUMBER "1.6c" #define VERSION_NUMBER "1.6d"
#if DEBUG #if DEBUG
#define VERSION_DEBUG " (DEBUG)" #define VERSION_DEBUG " (DEBUG)"
@@ -39,7 +39,7 @@
#define VERSION_DEBUG "" #define VERSION_DEBUG ""
#endif #endif
#define VERSION "Version " VERSION_NUMBER VERSION_DEBUG ", Copyright (c) 2002, 2003 Marcus Overhagen, compiled on " ## __DATE__ ## " " ## __TIME__ #define VERSION "Version " VERSION_NUMBER VERSION_DEBUG ", Copyright (c) 2002 - 2004 Marcus Overhagen, compiled on " ## __DATE__ ## " " ## __TIME__
#define DRIVER_NAME "ich_ac97" #define DRIVER_NAME "ich_ac97"
#define BUFFER_SIZE 2048 #define BUFFER_SIZE 2048