mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
Note, this is going to be messy.. 2.3 was vendor-branch imported, while 2.6 was done as a delta. Sigh. I'm importing this on a vendor branch so that it will be easier to deal with next time.. (cvs-1.6 wants rcs-5.7, and rcs-5.7 suggests diffutils-2.7)
5 lines
94 B
C
5 lines
94 B
C
/* Version number of GNU diff. */
|
|
|
|
#include "config.h"
|
|
|
|
char const version_string[] = "2.6";
|