From ad95851eaa0224f392d49e8b5d850c02bde6bb6c Mon Sep 17 00:00:00 2001 From: cmaceves Date: Tue, 18 Jun 2024 13:05:59 -0700 Subject: [PATCH] version updated prior to 1.4.3 release --- configure.ac | 2 +- src/ivar.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e5a0628e..e10152cd 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([ivar], [1.4.2], [gkarthik@scripps.edu]) +AC_INIT([ivar], [1.4.3], [gkarthik@scripps.edu]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_HEADERS([config.h]) diff --git a/src/ivar.cpp b/src/ivar.cpp index 4f0dedf5..7cef1a8e 100755 --- a/src/ivar.cpp +++ b/src/ivar.cpp @@ -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