Repository : ssh://git@diktynna/alfred
On branch : master
commit 1ff43b3ea32b0f6cdea2440c4beaf001090370ff Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Nov 10 17:18:40 2022 +0100
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
1ff43b3ea32b0f6cdea2440c4beaf001090370ff 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 a4a3d37..cda3d52 100644 --- a/alfred.h +++ b/alfred.h @@ -7,7 +7,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2022.3" +#define SOURCE_VERSION "2023.0" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index 42989c3..38588ad 100644 --- a/gpsd/alfred-gpsd.h +++ b/gpsd/alfred-gpsd.h @@ -25,7 +25,7 @@ #include "../list.h"
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2022.3" +#define SOURCE_VERSION "2023.0" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index adba612..0784ed0 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -14,7 +14,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2022.3" +#define SOURCE_VERSION "2023.0" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"