summaryrefslogtreecommitdiff
path: root/src/lan7800-led-ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lan7800-led-ctl.c')
-rw-r--r--src/lan7800-led-ctl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lan7800-led-ctl.c b/src/lan7800-led-ctl.c
index 6934710..109bd3e 100644
--- a/src/lan7800-led-ctl.c
+++ b/src/lan7800-led-ctl.c
@@ -1,7 +1,7 @@
/*
lan7800-led-ctl - control LEDs of LAN7800 ethernet/usb controllers
- Copyright (C) 2018 Dominic Radermacher <dominic@familie-radermacher.ch>
+ Copyright (C) 2018-2024 Dominic Radermacher <dominic@familie-radermacher.ch>
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as
@@ -24,6 +24,7 @@
#include <libusb-1.0/libusb.h>
#include "lan7800-led-ctl.h"
+#include "version.h" /* generated by cmake */
/* global variables */
int led_arr[3] = { MODE_KEEP, MODE_KEEP, MODE_KEEP };
@@ -100,7 +101,7 @@ void about(void)
{
printf("lan7800-led-ctl %s programmed by Dominic Radermacher\n", VERSION);
printf("For further info or latest version see\n");
- printf("https://familie-radermacher.ch/dominic/computer/raspberry-pi/lan7800-led-ctl/\n");
+ printf("https://dominic.familie-radermacher.ch/computer/raspberry-pi/lan7800-led-ctl/\n");
exit(1);
}