home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / unixtex-6.1b-src.tgz / tar.out / contrib / unixtex / web2c / lib / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-28  |  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.