Skip to content

Commit

Permalink
version updated prior to 1.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaceves committed Jun 18, 2024
1 parent aa716fc commit ad95851
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.2], [[email protected]])
AC_INIT([ivar], [1.4.3], [[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.2";
const std::string VERSION = "1.4.3";

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

0 comments on commit ad95851

Please sign in to comment.