Skip to content

Commit

Permalink
Changelog, CMakeLists.txt: Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lipnitsk committed May 2, 2018
1 parent 7ff1e4c commit 1b0f391
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET(PACKAGE libcue)
SET(PACKAGE_NAME libcue)
SET(PACKAGE_VERSION 2.2.0)
SET(PACKAGE_VERSION 2.2.1)
SET(PACKAGE_SOVERSION 2)

CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
Expand Down
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
libcue (2.2.1)
[Ilya Lipnitskiy]
* cmake: Check for __attribute__ format

[Fabrice Fontaine]
* cmake: Don't check for C++ presence as libcue is C-only

[Thomas Petazzoni]
* cmake: Don't force SHARED when building the library

libcue (2.2.0)
[Tom M]
* cmake: Use GNUInstallDirs and don't hard-code install paths (PR #12)
Expand Down

0 comments on commit 1b0f391

Please sign in to comment.