Repository : ssh://git@diktynna/alfred
On branch : master
commit f45db304dab3862cc2043732e7db8cc92bc64791 Author: Simon Wunderlich sw@simonwunderlich.de Date: Fri Aug 20 10:41:55 2021 +0200
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
f45db304dab3862cc2043732e7db8cc92bc64791 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 73db3e1..e2b02b9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,10 @@ .. SPDX-License-Identifier: GPL-2.0
+2021.2 (2021-08-20) +=================== + +* manpage cleanups + 2021.1 (2021-05-18) ===================
diff --git a/alfred.h b/alfred.h index 69932f5..9455d43 100644 --- a/alfred.h +++ b/alfred.h @@ -7,7 +7,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2021.2" +#define SOURCE_VERSION "2021.3" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index ac35c90..e01aca6 100644 --- a/gpsd/alfred-gpsd.h +++ b/gpsd/alfred-gpsd.h @@ -25,7 +25,7 @@ #include "../list.h"
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2021.2" +#define SOURCE_VERSION "2021.3" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index dd2cde7..1e06830 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -14,7 +14,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2021.2" +#define SOURCE_VERSION "2021.3" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"