Increase libovni version to 1.1.0

This commit is contained in:
Rodrigo Arias 2023-03-23 18:13:05 +01:00 committed by Rodrigo Arias Mallo
parent d86d5fec5f
commit 9657de2004

View File

@ -34,7 +34,7 @@ typedef struct json_value_t JSON_Value;
#define OVNI_STREAM_EXT ".obs"
/* Follow https://semver.org rules for versioning */
#define OVNI_LIB_VERSION "1.0.0"
#define OVNI_LIB_VERSION "1.1.0"
/* ----------------------- common ------------------------ */