Repository : ssh://git@diktynna/alfred On branches: main,main
commit 53b0b32c7af8aff3b3af6e5a509b6ee549eb9a88 Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Feb 1 11:04:15 2024 +0100
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
53b0b32c7af8aff3b3af6e5a509b6ee549eb9a88 alfred.h | 2 +- gpsd/alfred-gpsd.h | 2 +- vis/vis.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/alfred.h b/alfred.h index 3675cfe..5d0bfe9 100644 --- a/alfred.h +++ b/alfred.h @@ -7,7 +7,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2024.0" +#define SOURCE_VERSION "2024.1" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index 715d1e9..499d67c 100644 --- a/gpsd/alfred-gpsd.h +++ b/gpsd/alfred-gpsd.h @@ -25,7 +25,7 @@ #include "../list.h"
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2024.0" +#define SOURCE_VERSION "2024.1" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index f1f6c6a..720860b 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -14,7 +14,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2024.0" +#define SOURCE_VERSION "2024.1" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"