Repository : ssh://git@diktynna/batman-adv
On branch : master
>---------------------------------------------------------------
commit 69bbc8fcf717b0baae462657a3ccc3e1b0b9c62a
Author: Sven Eckelmann <sven(a)narfation.org>
Date: Tue Oct 27 15:08:32 2020 +0100
batman-adv: 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(a)narfation.org>
>---------------------------------------------------------------
69bbc8fcf717b0baae462657a3ccc3e1b0b9c62a
net/batman-adv/main.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h
index cc9fe5f3..9254c6ee 100644
--- a/net/batman-adv/main.h
+++ b/net/batman-adv/main.h
@@ -13,7 +13,7 @@
#define BATADV_DRIVER_DEVICE "batman-adv"
#ifndef BATADV_SOURCE_VERSION
-#define BATADV_SOURCE_VERSION "2020.5"
+#define BATADV_SOURCE_VERSION "2021.0"
#endif
/* B.A.T.M.A.N. parameters */
Repository : ssh://git@diktynna/batctl
On branch : master
>---------------------------------------------------------------
commit d985e88f8bc8ef24aa799e155c3084b3b78badc1
Author: Sven Eckelmann <sven(a)narfation.org>
Date: Tue Oct 27 15:08:29 2020 +0100
batctl: 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(a)narfation.org>
>---------------------------------------------------------------
d985e88f8bc8ef24aa799e155c3084b3b78badc1
main.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h
index 2c0c46d..a53acc8 100644
--- a/main.h
+++ b/main.h
@@ -17,7 +17,7 @@
#include <netlink/netlink.h>
#ifndef SOURCE_VERSION
-#define SOURCE_VERSION "2020.5"
+#define SOURCE_VERSION "2021.0"
#endif
#define EXIT_NOSUCCESS 2
Repository : ssh://git@diktynna/alfred
On branch : master
>---------------------------------------------------------------
commit dece44cf5626f921b5803273c8e05de7684fb6bf
Author: Sven Eckelmann <sven(a)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(a)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"