Skip to content

Commit

Permalink
Incrementing version to 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaks1 committed Mar 8, 2017
1 parent 4b8bd2b commit 1bd6c52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 0.3.2
=============

Changes
-------

- Updating to abacus version 0.1.1, which uses a larger line buffer for
eureject. This will allow analyses with very large numbers of loci.

Version 0.3.1
=============

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ enable_testing()

set(PROJECT_MAJOR_VERSION 0)
set(PROJECT_MINOR_VERSION 3)
set(PROJECT_PATCH_VERSION 1)
set(PROJECT_PATCH_VERSION 2)
set(PROJECT_VERSION
${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION})

Expand Down

0 comments on commit 1bd6c52

Please sign in to comment.