Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit 935077bf83b32b4b4a9664de7af2df7b7fd3401d Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Dec 15 18:18:40 2016 +0100
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
935077bf83b32b4b4a9664de7af2df7b7fd3401d 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 eb8200c..44c6f30 100644 --- a/alfred.h +++ b/alfred.h @@ -20,7 +20,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2016.5" +#define SOURCE_VERSION "2017.0" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index 6ea06e6..da7a074 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.5" +#define SOURCE_VERSION "2017.0" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index 017eddd..5386eae 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -27,7 +27,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2016.5" +#define SOURCE_VERSION "2017.0" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"