We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0acad90 + 0c5e943 commit 3f43846Copy full SHA for 3f43846
1 file changed
libcli.h
@@ -12,8 +12,8 @@ extern "C" {
12
#include <sys/time.h>
13
14
#define LIBCLI_VERSION_MAJOR 1
15
-#define LIBCLI_VERISON_MINOR 10
16
-#define LIBCLI_VERISON_REVISION 6
+#define LIBCLI_VERSION_MINOR 10
+#define LIBCLI_VERSION_REVISION 7
17
#define LIBCLI_VERSION ((LIBCLI_VERSION_MAJOR << 16) | (LIBCLI_VERSION_MINOR << 8) | LIBCLI_VERSION_REVISION)
18
19
#define CLI_OK 0
0 commit comments