From bc1c6f1531255e7602870d1e69d02f5c7a7dc9e7 Mon Sep 17 00:00:00 2001 From: Andrew D Smith Date: Sun, 4 Sep 2022 18:35:09 -0700 Subject: [PATCH] Updating version number ahead of new release --- Makefile.am | 18 +++++++++--------- configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile.am b/Makefile.am index 75b3127..9629846 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # This file is part of preseq # -# Copyright (C) 2018-2020: Andrew D. Smith +# Copyright (C) 2018-2022: Andrew D. Smith # # Authors: Andrew D. Smith # @@ -32,13 +32,13 @@ AM_CPPFLAGS += -DHAVE_HTSLIB endif preseq_SOURCES = \ - src/preseq.cpp \ - src/continued_fraction.hpp \ - src/continued_fraction.cpp \ - src/load_data_for_complexity.hpp \ - src/load_data_for_complexity.cpp \ - src/moment_sequence.hpp \ - src/moment_sequence.cpp + src/preseq.cpp \ + src/continued_fraction.hpp \ + src/continued_fraction.cpp \ + src/load_data_for_complexity.hpp \ + src/load_data_for_complexity.cpp \ + src/moment_sequence.hpp \ + src/moment_sequence.cpp to_mr_SOURCES = \ - src/to-mr.cpp + src/to-mr.cpp diff --git a/configure.ac b/configure.ac index 2611ff1..8060b7a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl This file is part of preseq dnl -dnl Copyright (C) 2020: Andrew D. Smith +dnl Copyright (C) 2018-2022: Andrew D. Smith dnl dnl Authors: Andrew D. Smith dnl @@ -14,7 +14,7 @@ dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl General Public License for more details. -AC_INIT([preseq], [3.1.2], [andrewds@usc.edu], +AC_INIT([preseq], [3.2.0], [andrewds@usc.edu], [preseq], [https://github.com/smithlabcode/preseq]) dnl the config.h is not currently #included in the source, and only dnl used to keep command lines short.