aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--config.def.h2
-rw-r--r--dyndhcpd.c2
-rw-r--r--dyndhcpd.h2
-rw-r--r--systemd/dyndhcpd@.service2
5 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b48da26..ce30158 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie
# this is just a fallback in case you do not use git but downloaded
# a release tarball...
-VERSION := 0.1.7
+VERSION := 0.1.8
all: dyndhcpd README.html
diff --git a/config.def.h b/config.def.h
index f3ca04d..0ea7418 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,5 +1,5 @@
/*
- * (C) 2013-2022 by Christian Hesse <mail@eworm.de>
+ * (C) 2013-2024 by Christian Hesse <mail@eworm.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/dyndhcpd.c b/dyndhcpd.c
index a587ec0..2f62967 100644
--- a/dyndhcpd.c
+++ b/dyndhcpd.c
@@ -1,5 +1,5 @@
/*
- * (C) 2013-2022 by Christian Hesse <mail@eworm.de>
+ * (C) 2013-2024 by Christian Hesse <mail@eworm.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/dyndhcpd.h b/dyndhcpd.h
index a5cb429..99e9dba 100644
--- a/dyndhcpd.h
+++ b/dyndhcpd.h
@@ -1,5 +1,5 @@
/*
- * (C) 2013-2022 by Christian Hesse <mail@eworm.de>
+ * (C) 2013-2024 by Christian Hesse <mail@eworm.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/systemd/dyndhcpd@.service b/systemd/dyndhcpd@.service
index 8ca55c1..9be7ee9 100644
--- a/systemd/dyndhcpd@.service
+++ b/systemd/dyndhcpd@.service
@@ -1,4 +1,4 @@
-# (C) 2013-2022 by Christian Hesse <mail@eworm.de>
+# (C) 2013-2024 by Christian Hesse <mail@eworm.de>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by