Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit 483315bc42c49f330bbf2018fe88d2e5744f64a6 Author: Simon Wunderlich sw@simonwunderlich.de Date: Mon Oct 14 18:02:11 2013 +0200
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
483315bc42c49f330bbf2018fe88d2e5744f64a6 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 0b7a5ab..7586935 100644 --- a/alfred.h +++ b/alfred.h @@ -20,7 +20,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2013.4.0" +#define SOURCE_VERSION "2013.5.0" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index 206561e..38940ed 100644 --- a/gpsd/alfred-gpsd.h +++ b/gpsd/alfred-gpsd.h @@ -38,7 +38,7 @@ #include "../list.h"
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2013.4.0" +#define SOURCE_VERSION "2013.5.0" #endif
#define ALFRED_SOCK_PATH "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index 4ccbdad..aab6e9b 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -27,7 +27,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2013.4.0" +#define SOURCE_VERSION "2013.5.0" #endif
#define ALFRED_SOCK_PATH "/var/run/alfred.sock"