home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / online / source / c / compilers / DiffUtils.sit.hqx / DiffUtils / src / version.c < prev    next >
Text File  |  1993-11-14  |  94b  |  6 lines

  1. /* Version number of GNU diff.  */
  2.  
  3. #include "config.h"
  4.  
  5. char const version_string[] = "2.6";
  6.