forked from flowswitch/cypress-ezusb-x64
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVersion.h
32 lines (28 loc) · 803 Bytes
/
Version.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#ifndef VERSION_INCLUDED
#define VERSION_INCLUDED
//////////////////////////////////////////////////////////////////////
//
// File: version.h
// $Archive: /USB/Drivers/ezusbdrv/Version.h $
//
// Purpose:
// Version information header file for EZ-USB General Purpose Driver
//
// Environment:
// kernel mode
//
// $Author: Tpm $
//
//
// Copyright (c) 1997 Anchor Chips, Inc. May not be reproduced without
// permission. See the license agreement for more details.
//
//////////////////////////////////////////////////////////////////////
//
// Make sure to keep these in sync with the version
// information in ezusbsys.rc
//
#define EZUSB_MAJOR_VERSION 01
#define EZUSB_MINOR_VERSION 01
#define EZUSB_BUILD_VERSION 0000
#endif // VERSION_INCLUDED