Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit 30a3b20acdacc1297a4c849e580e675e15c83b39 Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Dec 12 13:48:06 2019 +0100
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
30a3b20acdacc1297a4c849e580e675e15c83b39 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 a7d8be3..2b7e175 100644 --- a/alfred.h +++ b/alfred.h @@ -7,7 +7,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2019.5" +#define SOURCE_VERSION "2020.0" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index 6ea4375..addfa4f 100644 --- a/gpsd/alfred-gpsd.h +++ b/gpsd/alfred-gpsd.h @@ -25,7 +25,7 @@ #include "../list.h"
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2019.5" +#define SOURCE_VERSION "2020.0" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index 6cfe1f2..fa5a248 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -14,7 +14,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2019.5" +#define SOURCE_VERSION "2020.0" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"