Skip to content

Commit 0c5e943

Browse files
belge-selbelge-sel
authored andcommitted
fix libcli version definitions
1 parent 0f8d257 commit 0c5e943

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libcli.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ extern "C" {
1212
#include <sys/time.h>
1313

1414
#define LIBCLI_VERSION_MAJOR 1
15-
#define LIBCLI_VERISON_MINOR 10
16-
#define LIBCLI_VERISON_REVISION 6
15+
#define LIBCLI_VERSION_MINOR 10
16+
#define LIBCLI_VERSION_REVISION 7
1717
#define LIBCLI_VERSION ((LIBCLI_VERSION_MAJOR << 16) | (LIBCLI_VERSION_MINOR << 8) | LIBCLI_VERSION_REVISION)
1818

1919
#define CLI_OK 0

0 commit comments

Comments
 (0)