Skip to content

Commit

Permalink
Merge pull request #55 from mcnewton/master
Browse files Browse the repository at this point in the history
Bump version to 2.3.1, note recent changes
  • Loading branch information
arr2036 authored Feb 8, 2019
2 parents f641903 + ad0a244 commit 92b53ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
cmake_minimum_required(VERSION 3.8.0)
cmake_policy(SET CMP0063 OLD)

project(libkqueue VERSION 2.3.0 LANGUAGES C)
project(libkqueue VERSION 2.3.1 LANGUAGES C)
enable_testing()

set(CMAKE_C_VISIBILITY_PRESET hidden)
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2019-02-06 v2.3.1
------------------------------------------------------------------------

* Support more knote flags
(Credit: Dmitry Selyutin, PR #49)

* Debian packaging updates
(Credit: Matthew Newton)

2018-11-25 v2.3.0
------------------------------------------------------------------------

Expand Down

0 comments on commit 92b53ef

Please sign in to comment.