]> git.vomp.tv Git - makedevenv.git/blob - kernel/otherpatches/dongle_version.h
Initial import
[makedevenv.git] / kernel / otherpatches / dongle_version.h
1 /* _______________________________________________________________________
2         dongle_version.h - Contains constants for current compatible and build
3                                                 Versions
4
5         first created: 9/8/2005
6         last modified: 9/8/2005
7
8         tab size = 4
9         
10         copyright © 1999-2005 by Hauppauge Computer Works - all rights reserved.
11  _______________________________________________________________________*/
12
13 #ifndef _dongle_version_
14 #define _dongle_version_
15
16 #define HCW_COMPATIBLE_VERSION  0x01010003
17 #define HCW_BUILD_VERSION       0x01012C03
18
19 #endif /* _dongle_version_ */
20
21 /*______________________________________________________________________*/