Repository : ssh://git@diktynna/alfred On branches: main,main
commit e51f93ab9ef51e5606cc01ffd74c929959cd9206 Author: Simon Wunderlich sw@simonwunderlich.de Date: Wed Aug 16 18:20:44 2023 +0200
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
e51f93ab9ef51e5606cc01ffd74c929959cd9206 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 ba241a8..0e3592b 100644 --- a/alfred.h +++ b/alfred.h @@ -7,7 +7,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2023.2" +#define SOURCE_VERSION "2023.3" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index 9a81402..72aa56d 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.2" +#define SOURCE_VERSION "2023.3" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index 56cce4c..d101f83 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -14,7 +14,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2023.2" +#define SOURCE_VERSION "2023.3" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"