Skip to content

Commit 3f43846

Browse files
authored
Merge pull request #75 from belge-sel/stable
fix libcli version definitions
2 parents 0acad90 + 0c5e943 commit 3f43846

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)