Skip to content

Commit

Permalink
bumping version for release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaceves committed Mar 28, 2023
1 parent e100896 commit 2c43e0d
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 @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([ivar], [1.4.1], [[email protected]])
AC_INIT([ivar], [1.4.2], [[email protected]])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_HEADERS([config.h])

Expand Down
2 changes: 1 addition & 1 deletion src/ivar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "suffix_tree.h"
#include "trim_primer_quality.h"

const std::string VERSION = "1.4.1";
const std::string VERSION = "1.4.2";

struct args_t {
std::string bam; // -i
Expand Down

0 comments on commit 2c43e0d

Please sign in to comment.