Skip to content

Commit

Permalink
Merge branch 'release-v0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
cartoonist committed May 27, 2020
2 parents 8e25f6f + b97f495 commit 0794330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(kseq++ VERSION 0.2.1 LANGUAGES CXX)
project(kseq++ VERSION 0.2.2 LANGUAGES CXX)

# Finding dependencies.
find_package(ZLIB REQUIRED)
Expand Down
4 changes: 2 additions & 2 deletions kseq++.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Name: kseq++
Description: Fast FASTA/Q parser and writer
URL: https://github.com/cartoonist/kseqpp
Version: @PROJECT_VERSION@
Requires: zlib libbz2-dev pthreads
Requires: zlib
Cflags: -I${includedir}
Libs: -lz -lbz2 -lpthread
Libs: -lbz2 -lpthread

0 comments on commit 0794330

Please sign in to comment.