From d45f5e85e99fdfb2fb62d81715e6354029f0b9a4 Mon Sep 17 00:00:00 2001 From: John Melton G0ORX Date: Fri, 25 Oct 2019 18:18:50 +0100 Subject: [PATCH] Changed property version to 3.0 --- property.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/property.h b/property.h index 83e29ec..89c8cea 100644 --- a/property.h +++ b/property.h @@ -20,7 +20,7 @@ #ifndef _PROPERTY_H #define _PROPERTY_H -#define PROPERTY_VERSION 2.0 +#define PROPERTY_VERSION 3.0 typedef struct _PROPERTY PROPERTY; -- 2.45.2