/*++

Copyright (c) 1999 Microsoft Corporation. All rights reserved.

   File:       version.h
 
               Developed for Toshiba by Elisa Research Inc., CA
               http://www.elisaresearch.com
               (510) 770-4920


Abstract:

Author:

	A. Wang

Environment:

	Kernel mode

Revision History:

	01/07/97		awang		Initial of Toshiba ATM 155 Device Driver.

--*/

#ifndef __VERSION_H
#define __VERSION_H

#define TBATM155_NDIS_MAJOR_VERSION    5
#define TBATM155_NDIS_MINOR_VERSION    0

#define TBATM155_DRIVER_MAJOR_VERSION  3
#define TBATM155_DRIVER_MINOR_VERSION  4

#define DRIVER_VERSION                 0,3,0,4
#define DRIVER_VERSION_STR             "0.3.0.4"

#endif // __VERSION_H


