home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Makefiles / MiscKit.version < prev   
Encoding:
Text File  |  1994-03-15  |  243 b   |  11 lines

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