home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lrcs30.zip / examples.zip / RELEASE.H < prev   
Text File  |  1994-05-15  |  807b  |  19 lines

  1. //******************************************************************************
  2. // RELEASE.H - Testing release version include file
  3. //
  4. // LARC_S "LARC Examples"
  5. // LARC_D "Testing Release Version Include File"
  6. // LARC_V "100"
  7. //
  8. // Revision history:
  9. // kbg 05/15/94 100 - Created.
  10. //
  11. // Note that this file is NOT used when the program is built by LARC
  12. // because the LARCBLD file creates a special version that contains the
  13. // actual information that is entered while the build is started.  This
  14. // version of the file is used when working on the program outside of LARC.
  15. //
  16. //******************************************************************************
  17. char  *szVersion   = "int-test";   // This is an "in development" version
  18. char  *szBuildType = "T";          // Testing build type
  19.