From 25763d3bc87408c3c29dc5832a2a6d9af6f1cec3 Mon Sep 17 00:00:00 2001 From: "G.A. vd. Hoorn" Date: Tue, 30 Jan 2024 11:30:34 +0100 Subject: [PATCH] Bump version as 0.1.3pre Facilitate distinguishing from-source builds from binary releases. --- src/MotoROS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MotoROS.h b/src/MotoROS.h index a11d0e7a..5dafddfb 100644 --- a/src/MotoROS.h +++ b/src/MotoROS.h @@ -9,7 +9,7 @@ #define MOTOROS2_MOTOROS_H #define APPLICATION_NAME "MotoROS2" -#define APPLICATION_VERSION "0.1.2" +#define APPLICATION_VERSION "0.1.3pre" #include "motoPlus.h"