Skip to content

Commit

Permalink
Version 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoLassmann committed Nov 5, 2022
1 parent e5c880c commit 58ca06a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include(GenerateExportHeader)

set(KALIGN_LIBRARY_VERSION_MAJOR 3)
set(KALIGN_LIBRARY_VERSION_MINOR 3)
set(KALIGN_LIBRARY_VERSION_PATCH 4)
set(KALIGN_LIBRARY_VERSION_PATCH 5)
set(KALIGN_LIBRARY_VERSION_STRING ${KALIGN_LIBRARY_VERSION_MAJOR}.${KALIGN_LIBRARY_VERSION_MINOR}.${KALIGN_LIBRARY_VERSION_PATCH})


Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2022-11-05 Timo Lassmann <timo.lassmann@telethonkids.org.au>

* version 3.3.5
- Added a check to find and remove sequences of length 0.

2022-10-28 Timo Lassmann <timo.lassmann@telethonkids.org.au>

* version 3.3.4 - Cmake and more
Expand Down

0 comments on commit 58ca06a

Please sign in to comment.