home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / programming / misc_programming / SRC / SVGAKIT / VERSION.C < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-23  |  89 b   |  6 lines

  1. #ifdef    BETA
  2. char    *version = "5.0 beta 4";
  3. #else
  4. char    *version = "5.0";
  5. #endif
  6.