Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
Changes since 0.8.1 are tiny, but wrapping this up so downstream
packages can link to a specific version instead of commit.
  • Loading branch information
jkbonfield committed May 15, 2019
1 parent 87ab4ba commit f8c52ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1)
AC_INIT([Crumble], 0.8.2)
AC_PREREQ([2.63]) dnl This version introduced 4-argument AC_CHECK_HEADER

AM_INIT_AUTOMAKE
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.1"
#define CRUMBLE_VERSION "0.8.2"

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

0 comments on commit f8c52ca

Please sign in to comment.