summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2011-02-04 14:56:03 +0000
committerRoy Marples <roy@marples.name>2011-02-04 14:56:03 +0000
commiteb99814091f3371434c296d2b578fb25c7fffb25 (patch)
treeee2b507b817f688f24a4d9af55a35172a8ba6e2c
parentb92c960fe0c7a0b3a1cd7f33699d7e1a4db1b518 (diff)
downloaddhcpcd-5.2.11.tar.xz
2011 and new version.dhcpcd-5.2.11
-rw-r--r--defs.h2
-rw-r--r--if-bsd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/defs.h b/defs.h
index f2bff963..aaa434af 100644
--- a/defs.h
+++ b/defs.h
@@ -28,7 +28,7 @@
#define CONFIG_H
#define PACKAGE "dhcpcd"
-#define VERSION "5.2.10"
+#define VERSION "5.2.11"
#ifndef CONFIG
# define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
diff --git a/if-bsd.c b/if-bsd.c
index 49fc7c27..c63d969d 100644
--- a/if-bsd.c
+++ b/if-bsd.c
@@ -1,6 +1,6 @@
/*
* dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2010 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2011 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without