From: Roy Marples Date: Fri, 3 Jan 2014 21:12:19 +0000 (+0000) Subject: Welcome to 2014! Relese dhcpcd-6.2.0. X-Git-Tag: v6.2.0^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1c384a68684da37b00f8ca126de10fd90b231ad;p=thirdparty%2Fdhcpcd.git Welcome to 2014! Relese dhcpcd-6.2.0. --- diff --git a/defs.h b/defs.h index ffcc08ce..3441b01d 100644 --- a/defs.h +++ b/defs.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2013 Roy Marples + * Copyright (c) 2006-2014 Roy Marples * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -28,7 +28,7 @@ #define CONFIG_H #define PACKAGE "dhcpcd" -#define VERSION "6.1.0" +#define VERSION "6.2.0" #ifndef CONFIG # define CONFIG SYSCONFDIR "/" PACKAGE ".conf" diff --git a/dhcpcd.c b/dhcpcd.c index 95976486..4fedb6dc 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2013 Roy Marples + * Copyright (c) 2006-2014 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ * SUCH DAMAGE. */ -const char copyright[] = "Copyright (c) 2006-2013 Roy Marples"; +const char copyright[] = "Copyright (c) 2006-2014 Roy Marples"; #include #include @@ -35,8 +35,6 @@ const char copyright[] = "Copyright (c) 2006-2013 Roy Marples"; #include #include -#include /* For RTM_CHGADDR */ - #include #include #include