Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit a23558e81880681541f4d3fc7736fd29a8da1522 Author: Simon Wunderlich sw@simonwunderlich.de Date: Wed Apr 25 18:40:09 2018 +0200
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
a23558e81880681541f4d3fc7736fd29a8da1522 CHANGELOG.rst | 5 +++++ alfred.h | 2 +- gpsd/alfred-gpsd.h | 2 +- vis/vis.h | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9fce8c5..06a60ce 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,10 @@ .. SPDX-License-Identifier: GPL-2.0
+2018.1 (2018-04-25) +=================== + +* synchronization of batman-adv netlink header + 2018.0 (2018-02-26) ===================
diff --git a/alfred.h b/alfred.h index d7194c6..9af4424 100644 --- a/alfred.h +++ b/alfred.h @@ -21,7 +21,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2018.1" +#define SOURCE_VERSION "2018.2" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index 535d953..044f72d 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.1" +#define SOURCE_VERSION "2018.2" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index b0c6521..0169688 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -28,7 +28,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2018.1" +#define SOURCE_VERSION "2018.2" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"