home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / textutils-1.11-src.lha / textutils-1.11 / src / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-06  |  93 b   |  5 lines

  1. #include <config.h>
  2.  
  3. #include "version.h"
  4. const char *version_string = "GNU textutils 1.11";
  5.