diff --git a/include/webc-core.h b/include/webc-core.h index d0aa0f0..d745f19 100644 --- a/include/webc-core.h +++ b/include/webc-core.h @@ -32,8 +32,8 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 0 -#define VERSION_PATCH 8 -#define VERSION "0.0.8" +#define VERSION_PATCH 9 +#define VERSION "0.0.9" #ifndef WEBCAPI #define WEBCAPI extern // Functions defined as 'extern' by default (implicit specifiers) diff --git a/src/ui/utils.c b/src/ui/daisy/utils.c similarity index 100% rename from src/ui/utils.c rename to src/ui/daisy/utils.c