We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f641903 + ad0a244 commit 92b53efCopy full SHA for 92b53ef
CMakeLists.txt
@@ -18,7 +18,7 @@
18
cmake_minimum_required(VERSION 3.8.0)
19
cmake_policy(SET CMP0063 OLD)
20
21
-project(libkqueue VERSION 2.3.0 LANGUAGES C)
+project(libkqueue VERSION 2.3.1 LANGUAGES C)
22
enable_testing()
23
24
set(CMAKE_C_VISIBILITY_PRESET hidden)
ChangeLog
@@ -1,3 +1,12 @@
1
+2019-02-06 v2.3.1
2
+------------------------------------------------------------------------
3
+
4
+ * Support more knote flags
5
+ (Credit: Dmitry Selyutin, PR #49)
6
7
+ * Debian packaging updates
8
+ (Credit: Matthew Newton)
9
10
2018-11-25 v2.3.0
11
------------------------------------------------------------------------
12
0 commit comments