Repository : ssh://git@diktynna/alfred
On branches: main,main
>---------------------------------------------------------------
commit 2950ceeecdc29a877eeafd42e2dd6f402900b111
Author: Simon Wunderlich <sw(a)simonwunderlich.de>
Date: Fri Apr 5 09:39:33 2024 +0200
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich <sw(a)simonwunderlich.de>
>---------------------------------------------------------------
2950ceeecdc29a877eeafd42e2dd6f402900b111
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 5d0bfe9..46f0777 100644
--- a/alfred.h
+++ b/alfred.h
@@ -7,7 +7,7 @@
*/
#ifndef SOURCE_VERSION
-#define SOURCE_VERSION "2024.1"
+#define SOURCE_VERSION "2024.2"
#endif
#include <net/ethernet.h>
diff --git a/gpsd/alfred-gpsd.h b/gpsd/alfred-gpsd.h
index 499d67c..e6ce0f4 100644
--- a/gpsd/alfred-gpsd.h
+++ b/gpsd/alfred-gpsd.h
@@ -25,7 +25,7 @@
#include "../list.h"
#ifndef SOURCE_VERSION
-#define SOURCE_VERSION "2024.1"
+#define SOURCE_VERSION "2024.2"
#endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"
diff --git a/vis/vis.h b/vis/vis.h
index 720860b..9faa99f 100644
--- a/vis/vis.h
+++ b/vis/vis.h
@@ -14,7 +14,7 @@
#ifndef SOURCE_VERSION
-#define SOURCE_VERSION "2024.1"
+#define SOURCE_VERSION "2024.2"
#endif
#define ALFRED_SOCK_PATH_DEFAULT "/var/run/alfred.sock"