home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume8 / xgrabsc / part02 / patchlevel.h next >
C/C++ Source or Header  |  1990-08-20  |  513b  |  24 lines

  1. #ifndef PATCHLEVEL_H
  2. #define PATCHLEVEL_H
  3. /*========================================================================
  4. *
  5. * Name - patchlevel.h
  6. *
  7. * Version:    1.1
  8. *
  9. * ccsid:    @(#)patchlevel.h    1.1 - 8/16/90 09:12:36
  10. * from:     ccs/s.patchlevel.h
  11. * date:     8/20/90 09:56:01
  12. *
  13. * Copyright (C), 1990 Bruce Schuchardt
  14. * See cpyright.h for full copyright information.
  15. *  
  16. * Description: patch level for xgrabsc
  17. *
  18. *========================================================================*/
  19.  
  20. #define XGRABSC_PATCHLEVEL 0
  21.  
  22.  
  23. #endif
  24.