home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / diffutil.7 / diffutil / diffutils-2.7 / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-01  |  94 b   |  6 lines

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