Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit bd9b38356de870dd85ba85020a51cd16d9680c2e Author: Simon Wunderlich sw@simonwunderlich.de Date: Tue Jul 17 18:13:46 2018 +0200
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
bd9b38356de870dd85ba85020a51cd16d9680c2e 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 9af4424..5051bc2 100644 --- a/alfred.h +++ b/alfred.h @@ -21,7 +21,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2018.2" +#define SOURCE_VERSION "2018.3" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index 044f72d..251c1b0 100644 --- a/gpsd/alfred-gpsd.h +++ b/gpsd/alfred-gpsd.h @@ -39,7 +39,7 @@ #include "../list.h"
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2018.2" +#define SOURCE_VERSION "2018.3" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index 0169688..c4b0d60 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -28,7 +28,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2018.2" +#define SOURCE_VERSION "2018.3" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"