
# Written by Don Yacktman for use with the MiscKit
# Copyright (C) 1997, by Don Yacktman, all rights reserved.

MAJOR_PROJECT_NAME = MiscKit

MAJOR_VERSION = 1
MINOR_VERSION = 10
RELEASE = 0
COPYRIGHT_YEAR = 1997

VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
FULL_VERSION = $(VERSION).$(RELEASE)
