Repository : ssh://git@diktynna/alfred
On branch : master
commit dece44cf5626f921b5803273c8e05de7684fb6bf Author: Sven Eckelmann sven@narfation.org Date: Tue Oct 27 15:08:38 2020 +0100
alfred: Move next release to 2021
The first possible release day for the next release is in the last week of december. But it can also happen that another rc8 will be added by Linus Torvalds - and thus the release will be postponed to 2021. Just avoid this uncertainty in the version number by directly going to 2021.0 and not doing a feature release this year.
Signed-off-by: Sven Eckelmann sven@narfation.org
dece44cf5626f921b5803273c8e05de7684fb6bf 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 d544a33..a61365d 100644 --- a/alfred.h +++ b/alfred.h @@ -7,7 +7,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2020.5" +#define SOURCE_VERSION "2021.0" #endif
#include <net/ethernet.h> diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h index e5ac026..b5452b4 100644 --- a/gpsd/alfred-gpsd.h +++ b/gpsd/alfred-gpsd.h @@ -25,7 +25,7 @@ #include "../list.h"
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2020.5" +#define SOURCE_VERSION "2021.0" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock" diff --git a/vis/vis.h b/vis/vis.h index daac4f8..43d2974 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -14,7 +14,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2020.5" +#define SOURCE_VERSION "2021.0" #endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"