Repository : ssh://git@diktynna/alfred
On branch : master
commit e74427bea4107f001b8aef44fa55867066d29510 Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Jan 28 17:31:44 2021 +0100
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
e74427bea4107f001b8aef44fa55867066d29510 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 a61365d..c50dacc 100644 --- a/alfred.h +++ b/alfred.h @@ -7,7 +7,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2021.0" +#define SOURCE_VERSION "2021.1" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index b5452b4..f6f608a 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.0" +#define SOURCE_VERSION "2021.1" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index 6f5b839..40ac9d2 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -14,7 +14,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2021.0" +#define SOURCE_VERSION "2021.1" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"