Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit d8508e933f33181c713464283c60555e6526a13e Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu May 23 13:56:18 2019 +0200
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
d8508e933f33181c713464283c60555e6526a13e 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 e224ec5..2311111 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,10 @@ .. SPDX-License-Identifier: GPL-2.0
+2019.2 (2019-05-23) +=================== + +* synchronization of batman-adv netlink header + 2019.1 (2019-03-28) ===================
diff --git a/alfred.h b/alfred.h index c7ee518..b248880 100644 --- a/alfred.h +++ b/alfred.h @@ -7,7 +7,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2019.2" +#define SOURCE_VERSION "2019.3" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index 85dcc72..3fd5e6e 100644 --- a/gpsd/alfred-gpsd.h +++ b/gpsd/alfred-gpsd.h @@ -25,7 +25,7 @@ #include "../list.h"
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2019.2" +#define SOURCE_VERSION "2019.3" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index 6870dd4..178406c 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -14,7 +14,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2019.2" +#define SOURCE_VERSION "2019.3" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"