From 23c78cfb6ccd84998881ea32a032cf0540db1993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= Date: Tue, 24 Mar 2026 19:08:06 -0300 Subject: [PATCH] Fixed: Version on zupt.h Closes #8 --- include/zupt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zupt.h b/include/zupt.h index 63b3d45..d175d99 100644 --- a/include/zupt.h +++ b/include/zupt.h @@ -30,7 +30,7 @@ #define zupt_mkdir(p) mkdir(p, 0755) #endif -#define ZUPT_VERSION_STRING "0.7.0" +#define ZUPT_VERSION_STRING "1.0.0" #define ZUPT_FORMAT_MAJOR 1 #define ZUPT_FORMAT_MINOR 4