# HG changeset patch # User Roy Marples # Date 1388783539 0 # Node ID 467a20d19019d4b4178724ed461f8ae51a78ebab # Parent 2496e7e942291fd80dd283cd7f9d16466989ff20 Welcome to 2014! Relese dhcpcd-6.2.0. diff -r 2496e7e94229 -r 467a20d19019 defs.h --- a/defs.h Fri Jan 03 17:16:12 2014 +0000 +++ b/defs.h Fri Jan 03 21:12:19 2014 +0000 @@ -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 -r 2496e7e94229 -r 467a20d19019 dhcpcd.c --- a/dhcpcd.c Fri Jan 03 17:16:12 2014 +0000 +++ b/dhcpcd.c Fri Jan 03 21:12:19 2014 +0000 @@ -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 @@ #include #include -#include /* For RTM_CHGADDR */ - #include #include #include