Skip to content

Commit 92b53ef

Browse files
authored
Merge pull request #55 from mcnewton/master
Bump version to 2.3.1, note recent changes
2 parents f641903 + ad0a244 commit 92b53ef

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
cmake_minimum_required(VERSION 3.8.0)
1919
cmake_policy(SET CMP0063 OLD)
2020

21-
project(libkqueue VERSION 2.3.0 LANGUAGES C)
21+
project(libkqueue VERSION 2.3.1 LANGUAGES C)
2222
enable_testing()
2323

2424
set(CMAKE_C_VISIBILITY_PRESET hidden)

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
2018-11-25 v2.3.0
211
------------------------------------------------------------------------
312

0 commit comments

Comments
 (0)