Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit 78e1d64df4063d3f3fa2bbbda85e4e6434c837ce Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Jun 9 16:22:50 2016 +0200
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
78e1d64df4063d3f3fa2bbbda85e4e6434c837ce 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 a5775b1..a9906c8 100644 --- a/alfred.h +++ b/alfred.h @@ -20,7 +20,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2016.2" +#define SOURCE_VERSION "2016.3" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index 333a951..ed28df9 100644 --- a/gpsd/alfred-gpsd.h +++ b/gpsd/alfred-gpsd.h @@ -38,7 +38,7 @@ #include "../list.h"
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2016.2" +#define SOURCE_VERSION "2016.3" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index 4c98064..3131b79 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -27,7 +27,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2016.2" +#define SOURCE_VERSION "2016.3" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"