Repository : ssh://git@diktynna/alfred
On branch : master
commit b7414541a08288835cea72a36ac20a4b6a8f2508 Author: Simon Wunderlich sw@simonwunderlich.de Date: Fri Nov 19 15:15:49 2021 +0100
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
b7414541a08288835cea72a36ac20a4b6a8f2508 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 ce2ca07..d844261 100644 --- a/alfred.h +++ b/alfred.h @@ -7,7 +7,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2021.4" +#define SOURCE_VERSION "2022.0" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index a65cb32..93a41c5 100644 --- a/gpsd/alfred-gpsd.h +++ b/gpsd/alfred-gpsd.h @@ -25,7 +25,7 @@ #include "../list.h"
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2021.4" +#define SOURCE_VERSION "2022.0" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index 6b5d6d0..a60a9d6 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -14,7 +14,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2021.4" +#define SOURCE_VERSION "2022.0" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"