Repository : ssh://git@open-mesh.org/alfred
On branches: master,simon/release-2015.2
commit f7fba574543eb9a150255db67d2b5189fdb8f56c Author: Simon Wunderlich sw@simonwunderlich.de Date: Mon Nov 23 20:37:25 2015 +0100
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
f7fba574543eb9a150255db67d2b5189fdb8f56c 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 bebdeb3..b23487f 100644 --- a/alfred.h +++ b/alfred.h @@ -20,7 +20,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2015.2" +#define SOURCE_VERSION "2016.0" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index 2339ded..4f87063 100644 --- a/gpsd/alfred-gpsd.h +++ b/gpsd/alfred-gpsd.h @@ -38,7 +38,7 @@ #include "../list.h"
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2015.2" +#define SOURCE_VERSION "2016.0" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index 89f0af0..969ca33 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -27,7 +27,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2015.2" +#define SOURCE_VERSION "2016.0" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"