From 94e492652a87b4fc5ccd3a4d4b8631ab54676133 Mon Sep 17 00:00:00 2001 From: fengzero Date: Thu, 11 Jan 2024 08:59:33 +0000 Subject: [PATCH] plugin version: 2.7.2 --- include/neuron/define.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/neuron/define.h b/include/neuron/define.h index 889a82d54..7d6dc695e 100644 --- a/include/neuron/define.h +++ b/include/neuron/define.h @@ -24,7 +24,7 @@ #define NEU_VERSION_MAJOR 2 #define NEU_VERSION_MINOR 7 -#define NEU_VERSION_FIX 1 +#define NEU_VERSION_FIX 2 #define NEU_GET_VERSION_MAJOR(V) ((0xffff0000 & V) >> 16) #define NEU_GET_VERSION_MINOR(V) ((0x0000ff00 & V) >> 8)