Repository : ssh://git@diktynna/alfred
On branch : master
commit de661b1d8fdecbae0d4524d3bf12730454c9bb2e Author: Simon Wunderlich sw@simonwunderlich.de Date: Fri May 6 17:26:23 2022 +0200
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
de661b1d8fdecbae0d4524d3bf12730454c9bb2e 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 2d98a30..5095498 100644 --- a/alfred.h +++ b/alfred.h @@ -7,7 +7,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2022.1" +#define SOURCE_VERSION "2022.2" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index b783ddc..3d2651d 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.1" +#define SOURCE_VERSION "2022.2" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index 792cd2c..5996ca0 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -14,7 +14,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2022.1" +#define SOURCE_VERSION "2022.2" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"