Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit 4dc883c8a373d31c1a1d5b3d4398da7cb0d66d8f Author: Simon Wunderlich sw@simonwunderlich.de Date: Tue Feb 28 17:32:10 2017 +0100
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
4dc883c8a373d31c1a1d5b3d4398da7cb0d66d8f 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 6bdaac7..5f7a98c 100644 --- a/alfred.h +++ b/alfred.h @@ -20,7 +20,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2017.0" +#define SOURCE_VERSION "2017.1" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index f6be40e..544f3ab 100644 --- a/gpsd/alfred-gpsd.h +++ b/gpsd/alfred-gpsd.h @@ -38,7 +38,7 @@ #include "../list.h"
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2017.0" +#define SOURCE_VERSION "2017.1" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index ce04b9e..b2c4c57 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -27,7 +27,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2017.0" +#define SOURCE_VERSION "2017.1" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"