From: Ted Lemon Date: Fri, 7 May 1999 17:40:53 +0000 (+0000) Subject: Common version number for DHCP distribution. X-Git-Tag: V3-ALPHA-19990507~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6023482906ac0b8177707567ce80ea15e94571fb;p=thirdparty%2Fdhcp.git Common version number for DHCP distribution. --- diff --git a/includes/version.h b/includes/version.h new file mode 100644 index 000000000..03d20ad23 --- /dev/null +++ b/includes/version.h @@ -0,0 +1,3 @@ +/* Current version of ISC DHCP Distribution. */ + +#define DHCP_VERSION "V3.0alpha 19990507"