home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / unixtex-6.1b-src.lha / unixtex-6.1b / web2c / lib / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-03  |  162 b   |  7 lines

  1. /* This string is appended to all the banners.  */
  2. #ifndef VERSION_STRING
  3. #define VERSION_STRING " (C version 6.1)"
  4. #endif
  5.  
  6. char *versionstring = VERSION_STRING;
  7.