Repository : ssh://git@diktynna/alfred On branches: main,main
commit 729f31f855ee4166fb4483deb19d5a8f1b88c1d2 Author: Simon Wunderlich sw@simonwunderlich.de Date: Wed Nov 15 11:40:37 2023 +0100
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
729f31f855ee4166fb4483deb19d5a8f1b88c1d2 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 0e3592b..3675cfe 100644 --- a/alfred.h +++ b/alfred.h @@ -7,7 +7,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2023.3" +#define SOURCE_VERSION "2024.0" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index 72aa56d..715d1e9 100644 --- a/gpsd/alfred-gpsd.h +++ b/gpsd/alfred-gpsd.h @@ -25,7 +25,7 @@ #include "../list.h"
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2023.3" +#define SOURCE_VERSION "2024.0" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index d101f83..f1f6c6a 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -14,7 +14,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2023.3" +#define SOURCE_VERSION "2024.0" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"