home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / diffutils-2.7-src.tgz / tar.out / fsf / diffutils / version.c < prev    next >
C/C++ Source or Header  |  1996-09-28  |  94b  |  6 lines

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