From 158db8f8f89c03b9c62cf8259bad6f5e7d4f57c0 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Fri, 7 Dec 2018 17:23:06 +0100 Subject: lib: Fix reading tx queue length The fccntl call was reading from the RX queue instead of the TX queue. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 71c468e1..24e025d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(ouroboros C) include(GNUInstallDirs) set(PACKAGE_VERSION_MAJOR 0) -set(PACKAGE_VERSION_MINOR 13) +set(PACKAGE_VERSION_MINOR 14) set(PACKAGE_VERSION_PATCH 0) set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}") -- cgit v1.2.3