/*
* dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
#define CONFIG_H
#define PACKAGE "dhcpcd"
-#define VERSION "6.1.0"
+#define VERSION "6.2.0"
#ifndef CONFIG
# define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
/*
* dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
* SUCH DAMAGE.
*/
-const char copyright[] = "Copyright (c) 2006-2013 Roy Marples";
+const char copyright[] = "Copyright (c) 2006-2014 Roy Marples";
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/uio.h>
#include <sys/utsname.h>
-#include <net/route.h> /* For RTM_CHGADDR */
-
#include <ctype.h>
#include <errno.h>
#include <getopt.h>