Repository : ssh://git@open-mesh.org/alfred
On branch : master
>---------------------------------------------------------------
commit 535d59405b0a2782ce0a190b14c807d13791a1c4
Author: Simon Wunderlich <sw(a)simonwunderlich.de>
Date: Tue Feb 27 09:55:41 2018 +0100
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich <sw(a)simonwunderlich.de>
>---------------------------------------------------------------
535d59405b0a2782ce0a190b14c807d13791a1c4
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 53732a6..d7194c6 100644
--- a/alfred.h
+++ b/alfred.h
@@ -21,7 +21,7 @@
*/
#ifndef SOURCE_VERSION
-#define SOURCE_VERSION "2018.0"
+#define SOURCE_VERSION "2018.1"
#endif
#include <net/ethernet.h>
diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h
index f2f7675..535d953 100644
--- a/gpsd/alfred-gpsd.h
+++ b/gpsd/alfred-gpsd.h
@@ -39,7 +39,7 @@
#include "../list.h"
#ifndef SOURCE_VERSION
-#define SOURCE_VERSION "2018.0"
+#define SOURCE_VERSION "2018.1"
#endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"
diff --git a/vis/vis.h b/vis/vis.h
index 8fb67b0..b0c6521 100644
--- a/vis/vis.h
+++ b/vis/vis.h
@@ -28,7 +28,7 @@
#ifndef SOURCE_VERSION
-#define SOURCE_VERSION "2018.0"
+#define SOURCE_VERSION "2018.1"
#endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"