Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit 0e3505c6815d55ca57c39216a9d73651a33c9cc5 Author: Simon Wunderlich sw@simonwunderlich.de Date: Fri Oct 25 11:31:31 2019 +0200
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
0e3505c6815d55ca57c39216a9d73651a33c9cc5 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 9afcabf..a7d8be3 100644 --- a/alfred.h +++ b/alfred.h @@ -7,7 +7,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2019.4" +#define SOURCE_VERSION "2019.5" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index 20026db..6ea4375 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.4" +#define SOURCE_VERSION "2019.5" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index 58967b4..6cfe1f2 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -14,7 +14,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2019.4" +#define SOURCE_VERSION "2019.5" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"