home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / ProjectTemplates / Library / Makefiles / version.make < prev   
Encoding:
Text File  |  1994-09-29  |  194 b   |  7 lines

  1.  
  2. # Written by Don Yacktman for use with the MiscKit
  3. # Copyright (C) 1994, by Don Yacktman, all rights reserved.
  4.  
  5. VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
  6. FULL_VERSION = $(VERSION).$(RELEASE)
  7.