Skip to content

Commit

Permalink
Update to version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbonfield committed Apr 13, 2022
1 parent 46319df commit 36c3e54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# DEALINGS IN THE SOFTWARE.

dnl Process this file with autoconf to produce a configure script
AC_INIT([Crumble], 0.8.3)
AC_INIT([Crumble], 0.9.0)
AC_PREREQ([2.63]) dnl This version introduced 4-argument AC_CHECK_HEADER

AM_INIT_AUTOMAKE
Expand Down
2 changes: 1 addition & 1 deletion crumble.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH crumble 1 "14 March 2018" "crumble-0.8" "Bioinformatics tools"
.TH crumble 1 "13 April 2022" "crumble-0.9" "Bioinformatics tools"
.SH NAME
.PP
crumble \- Lossy compression of DNA sequence quality values
Expand Down
2 changes: 1 addition & 1 deletion snp_score.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

//#define DEBUG

#define CRUMBLE_VERSION "0.8.3"
#define CRUMBLE_VERSION "0.9.0"

/*
* Prunes quality based on snp calling score.
Expand Down

0 comments on commit 36c3e54

Please sign in to comment.