Update bindings

This commit is contained in:
mio
2022-11-01 10:06:34 +01:00
parent bdd9f4fa9a
commit db9ddabf9e
6 changed files with 12 additions and 24 deletions

View File

@@ -7,14 +7,12 @@ interface
const UC_API_MAJOR = 2;
UC_API_MINOR = 0;
UC_API_PATCH = 0;
UC_API_PATCH = 1;
UC_API_EXTRA = 255;
UC_VERSION_MAJOR = 2;
UC_VERSION_MINOR = 0;
UC_VERSION_PATCH = 0;
UC_VERSION_PATCH = 1;
UC_VERSION_EXTRA = 255;
UC_SECOND_SCALE = 1000000;
UC_MILISECOND_SCALE = 1000;