From 8cfcacf6f64acaf574dd0f5d3429e630cd537fd4 Mon Sep 17 00:00:00 2001 From: Luca Cominardi Date: Mon, 25 Sep 2023 17:02:45 +0200 Subject: [PATCH] Update zenoh-pico.h Fix zenoh-pico version number --- include/zenoh-pico.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/zenoh-pico.h b/include/zenoh-pico.h index 9515f25a0..5e18fc3c5 100644 --- a/include/zenoh-pico.h +++ b/include/zenoh-pico.h @@ -17,8 +17,8 @@ #define ZENOH_PICO "0.10.0.0" #define ZENOH_PICO_MAJOR 0 -#define ZENOH_PICO_MINOR 7 -#define ZENOH_PICO_PATCH 2 +#define ZENOH_PICO_MINOR 10 +#define ZENOH_PICO_PATCH 0 #define ZENOH_PICO_TWEAK 0 #include "zenoh-pico/api/constants.h"