home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / XV / UITV3.TAR / patchlevel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-17  |  354 b   |  20 lines

  1. /*H+ patchlevel.h
  2. *
  3. *    SCCS ID: @(#)patchlevel.h 1.11 93/02/08 SMI 
  4. *
  5. *    Copyright (c) 1990-1992 Sun Microsystems, Inc.  All rights reserved.
  6. *    See LEGAL_NOTICE file for terms of the license.
  7. *
  8. *    PURPOSE:
  9. *
  10. *    Defines the UIT patchlevel.
  11. *
  12. *H-*/
  13.  
  14. #ifndef _PATCHLEVEL_H
  15. #define _PATCHLEVEL_H
  16.  
  17. #define PATCHLEVEL 00
  18.  
  19. #endif /* _PATCHLEVEL_H */
  20.