home *** CD-ROM | disk | FTP | other *** search
-
- # Written by Don Yacktman for use with the MiscKit
- # Copyright (C) 1994, by Don Yacktman, all rights reserved.
-
- MAJOR_VERSION = 1
- MINOR_VERSION = 2
- RELEASE = 3
-
- VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
- FULL_VERSION = $(VERSION).$(RELEASE)
-