#ifndef VERSION_H
#define VERSION_H

#define LIBRARY_NAME		"gamesupport.library"
#define LIBRARY_DATE		"7.10.96"
#define LIBRARY_VERSION		1
#define LIBRARY_REVISION	0
#define LIBRARY_VERSION_STR	"1.0"

#endif  /* VERSION_H */
